AsUList

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

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

Meta