AsUList

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

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

Members

Variables

args
T args;
Undocumented in source.

Meta