opSlice

Slice operator.

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

Meta