SmallString.opAssign

= operator

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

Meta