SSOString.this

Construct from source, which potentially needs GC-allocation (iff source.length > smallCapacity and source is not a string).

  1. this(Chars source)
    struct SSOString
    pure @trusted nothrow
    this
    (
    Chars
    )
    (
    const scope auto ref Chars source
    )
    if (
    is(Chars : const(char)[])
    )
  2. this(Source source)

Meta