HeaderIndex.indexOf

CsvResult!size_t indexOf(scope const(char)[] name) const @safe pure nothrow @nogc

Lookup the index of a column by name. Returns unknownColumn on miss.

Allocation-free: performs a linear scan over stored names with optional ASCII case-insensitive comparison when caseSensitive == false.