aliasSeqOf.toArray

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