SSOString.this
- this(Chars source)
struct SSOString
pure @trusted nothrow
this
(const scope auto ref Chars source ) if (
is(
Chars :
const(
char)[])
)
- this(Source source)
nxt sso_string SSOString
aliasesconstructorsfunctionsmanifest constantspropertiesstatic variables
Construct from source, which potentially needs GC-allocation (iff source.length > smallCapacity and source is not a string).