AsHit

Scan hit with index ix.

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

Meta