SSOString.opSlice

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

Implementation is kept in sync with toString.

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

Meta