StringImpl.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) opSlice()
  2. typeof(this) opSlice(size_t low, size_t high)
    struct StringImpl(T, Handler, size_t SmallSize = 16)
    @trusted
    typeof(this)
    opSlice
    (
    in size_t low
    ,
    in size_t high
    )

Meta