stribog ~master (2015-03-26T23:38:34Z)
Dub
Repo
Iota.Iota
stribog
meta
iota
Iota
Undocumented in source.
alias
Iota
=
ExpressionList
!()
alias
Iota
=
ExpressionList
!(
Iota
!(
start
,
stop
-
step
,
step
),
stop
-
step
)
template
Iota
(int start, int stop, int step)
static if
(
step > 0
)
static if
(!(
stop <= start
))
alias
Iota
=
ExpressionList
!(
Iota
!(
start
,
stop
-
step
,
step
),
stop
-
step
)
alias
Iota
=
ExpressionList
!()
alias
Iota
=
ExpressionList
!(
Iota
!(
start
,
stop
-
step
,
step
),
stop
-
step
)
Meta
Source
See Implementation
stribog
meta
iota
Iota
aliases
Iota