SmallString.trustedAssign

= operator

  1. typeof(this) opAssign(typeof(null) )
  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)
    struct SmallString(uint maxLength)
    extern (D) @safe pure @nogc return @trusted nothrow
    void
    trustedAssign
    (
    scope const(char)[] str
    )
    if (
    maxLength
    )

Meta