phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
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.