golem ~master (2021-09-25T16:54:00Z)
Dub
Repo
expandShape
golem
util
Undocumented in source.
template
expandShape (
size_t
[]
Shape
) {
import
std
.
meta
:
AliasSeq
;
;
alias
expandShape
=
AliasSeq
!(
Shape
[
0
])
;
alias
expandShape
=
AliasSeq
!(
Shape
[
0
],
expandShape
!(
Shape
[
1
..$]))
;
}
Members
Aliases
expandShape
alias
expandShape
=
AliasSeq
!(
Shape
[
0
])
Undocumented in source.
expandShape
alias
expandShape
=
AliasSeq
!(
Shape
[
0
],
expandShape
!(
Shape
[
1
..$]))
Undocumented in source.
Meta
Source
See Implementation
golem
util
functions
bringToFront
elementSize
trimRightOneDims
templates
expandIndex
expandShape
staticIndexOf
staticIndexOfImpl