tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
aliasSeqOf.toArray
tanya
meta
metafunction
aliasSeqOf
Undocumented in source. Be warned that the author may not have intended to support it.
template
aliasSeqOf
(alias range)
static if
(!(
isArray!(typeof(range))
))
ReturnType
!(
typeof
(&
range.front
))[]
toArray
(
typeof
(
range
)
range
)
Meta
Source
See Implementation
tanya
meta
metafunction
aliasSeqOf
aliases
aliasSeqOf
functions
toArray