The OpenD Programming Language

SmallString.opAssign

= operator

  1. typeof(this) opAssign(typeof(null) )
  2. typeof(this) opAssign(const(char)[] str)
    struct SmallString(uint maxLength)
    extern (D) @safe pure @nogc ref scope return @trusted
    typeof(this)
    opAssign
    (
    scope const(char)[] str
    )
    if (
    maxLength
    )
  3. typeof(this) opAssign(SmallString!n rhs)
  4. typeof(this) opAssign(SmallString!n rhs)

Meta