golem ~master (2021-09-25T16:54:00Z)
Dub
Repo
expandShape.expandShape
golem
util
expandShape
Undocumented in source.
alias
expandShape
=
AliasSeq
!(
Shape
[
0
])
alias
expandShape
=
AliasSeq
!(
Shape
[
0
],
expandShape
!(
Shape
[
1
..$]))
template
expandShape
(size_t[] Shape)
static if
(!(
Shape.length == 1
))
alias
expandShape
=
AliasSeq
!(
Shape
[0],
expandShape
!(
Shape
[1..$]))
Meta
Source
See Implementation
golem
util
expandShape
aliases
expandShape