The OpenD Programming Language

MirStringTable.opIndex

struct MirStringTable(U, C = char)
const @trusted pure nothrow @nogc
uint
opIndex
()
(
scope const C[] key
)
if (
__traits(isUnsigned, U) &&
(
is(C == char) ||
is(C == wchar)
||
is(C == dchar)
)
)

Meta