StringImpl.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) opSlice()
    struct StringImpl(Char, Allocator)
    nothrow
    typeof(this)
    opSlice
    ()
    if (
    is(Char == Unqual!Char) &&
    isSomeChar!Char
    )
  2. typeof(this) opSlice(size_t low, size_t high)

Meta