RCXString.opSlice

Returns a slice to the entire string or a portion of it.

  1. auto opSlice()
    struct RCXString(E = immutable char, size_t maxSmallSize = 23, alias realloc = GC.realloc)
    pure nothrow inout @nogc
    opSlice
    ()
  2. auto opSlice(size_t b, size_t e)

Meta