SSOString.opSlice

Return a slice to either the whole large or whole small string.

Implementation is kept in sync with toString.

  1. inout(E)[] opSlice()
    struct SSOString
    @safe pure pure nothrow @nogc inout return scope @trusted @nogc
    inout(E)[]
    opSlice
    ()
  2. inout(E)[] opSlice(size_t i, size_t j)

Meta