decodeLang

Undocumented in source. Be warned that the author may not have intended to support it.
@safe pure @safe pure nothrow @nogc
decodeLang
(
const scope const(char)[] lang
)

Examples

assert(`sv`.decodeLang == Lang.sv);

Meta