SmallString.opAssign

= operator

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

Meta