inmath ~master (2022-05-26T00:17:45.8140456)
Dub
Repo
TupleRange.TupleRange
inmath
util
TupleRange
Undocumented in source.
alias
TupleRange
=
TypeTuple
!()
template
TupleRange
(int from, int to)
static if
(
from >= to
)
alias
TupleRange
=
TypeTuple
!()
alias
TupleRange
=
TypeTuple
!(
from
,
TupleRange
!(
from
+
1
,
to
))
Meta
Source
See Implementation
inmath
util
TupleRange
aliases
TupleRange