SSOString.opSlice

Return a slice at [i .. j] to either the internally stored large or small string.

Implementation is kept in sync with toString.

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

Meta