phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
iota
nxt
static_iota
Static Iota. TODO: Add to Phobos.
template
iota (
size_t
from
size_t
to
)
if
(
from
<=
to
) {
alias
iota
=
siotaImpl
!(
to
-
1
,
from
)
;
}
Members
Aliases
iota
alias
iota
=
siotaImpl
!(
to
-
1
,
from
)
Undocumented in source.
Meta
Source
See Implementation
nxt
static_iota
templates
iota
Static Iota. TODO: Add to Phobos.