String.opSlice

  1. inout(char)[] opSlice()
    struct String
    public nothrow @nogc inout return
    inout(char)[]
    opSlice
    ()
  2. inout(char)[] opSlice(size_t i1, size_t i2)

Return Value

Type: inout(char)[]

Whole content of the sring in one slice.

Meta