The OpenD Programming Language

SmallString.toString

import mir.small_string;
struct SmallString(uint maxLength)
extern (D) @safe pure @nogc scope nothrow scope const
alias toString = opIndex

Meta