phobos-next v0.3.5 (2020-07-23T15:01:39Z)
Home
Dub
Repo
expand.expand
nxt
algorithm_ex
expand
Undocumented in source.
alias
expand
=
AliasSeq
!(
delay
,
expand
!(
array
,
idx
+
1
))
template
expand
(alias array, size_t idx = 0)
static if
(
idx + 1 < array.length
)
alias
expand
=
AliasSeq
!(
delay
,
expand
!(
array
,
idx
+ 1))
alias
expand
=
delay
Meta
Source
See Implementation
nxt
algorithm_ex
expand
aliases
expand
properties
delay