opSlice

Slice operator.

  1. auto opSlice [@property getter]
  2. size_t opSlice [@property setter]
  3. inout(E)[] opSlice [@property getter]
    @property pragma(inline, true) @nogc pure inout return
    @"complexity", "O(1)"
    static if(!(isOrdered!ordering))
    inout(E)[]
    opSlice
    ()
  4. size_t opSlice [@property setter]

Meta