toSlices

Members

Aliases

Arg
alias Arg = typeof(arg)
Undocumented in source.
arg
alias arg = args[0]
Undocumented in source.
slc
alias slc = arg
Undocumented in source.
toSlices
alias toSlices = AliasSeq!(slc, toSlices!(args[1..$]))
Undocumented in source.
toSlices
alias toSlices = AliasSeq!()
Undocumented in source.

Properties

slc
auto ref slc [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta