AsCSL

Comma-Separated List.

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

Meta