sdpc ~master (2022-02-23T09:48:48.8355398)
Dub
Repo
E.E
sdpc
primitives
staticEnumerate
E
Undocumented in source.
alias
E
=
AliasSeq
!()
alias
E
=
AliasSeq
!(
EnumeratePair
!(
start
,
T
[
0
]))
alias
E
=
AliasSeq
!(
E
!(
start
,
T
[
0
..$ /
2
]),
E
!(
mid
,
T
[$ /
2
..$]))
template
E
(uint start, T...)
static if
(!(
T.length == 0
))
static if
(!(
T.length == 1
))
alias
E
=
AliasSeq
!(
E
!(
start
,
T
[0..$ / 2]),
E
!(
mid
,
T
[$ / 2..$]))
Meta
Source
See Implementation
sdpc
primitives
staticEnumerate
E
aliases
E
manifest constants
mid