SSOString.this

Construct from source of dchar

  1. this(Chars source)
  2. this(Source source)
    struct SSOString
    pure @trusted
    this
    (
    Source
    )
    (
    scope Source source
    )
    if (
    is(typeof( )) &&
    is(typeof(Source.init.front) == dchar)
    )

Meta