AsCtx

Scan hit context with index ix.

@safe pure nothrow @nogc
struct AsCtx (
T...
) {
uint ix;
T args;
}

Meta