AsItem

List Item.

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

Meta