MirStringTable.opIndex

struct MirStringTable(size_t length, size_t maxKeyLength, bool caseInsensetive = false, C = char)
const @trusted pure nothrow @nogc
uint
opIndex
()
(
scope const C[] key
)
if (
is(C == char) ||
is(C == wchar)
||
is(C == dchar)
)

Meta