StringImpl.opSlice

Undocumented in source.
  1. typeof(this) opSlice()
  2. typeof(this) opSlice(size_t low, size_t high)
    struct StringImpl(Char, Allocator)
    @trusted
    typeof(this)
    opSlice
    (
    in size_t low
    ,
    in size_t high
    )
    if (
    is(Char == Unqual!Char) &&
    isSomeChar!Char
    )

Meta