phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
iota
nxt
static_iota
Static Iota.
TODO: Move 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: Move to Phobos.