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
    @safe pure pure nothrow @trusted
    this
    (
    Chars
    )
    (
    const scope auto ref Chars source
    )
    if (
    isCharArray!(typeof(source[]))
    )
  2. this(Source source)

Meta