The OpenD Programming Language

SmallString.concat

struct SmallString(uint maxLength)
extern (D) @safe pure @nogc scope const
concat
(
scope const(char)[] str
)
if (
maxLength
)

Meta