AsUList

Unordered List. TODO: Should asUList, asOList autowrap args as AsItems when needed?

pure nothrow @safe @nogc
struct AsUList (
T...
) {}

Members

Variables

args
T args;
Undocumented in source.

Meta