The OpenD Programming Language

SmallString.append

  1. typeof(this) append(char c)
    struct SmallString(uint maxLength)
    extern (D) @safe pure @nogc ref @trusted
    typeof(this)
    append
    (
    char c
    )
    if (
    maxLength
    )
  2. typeof(this) append(const(char)[] str)

Meta