opSlice

Slice operator must be const when ordered.

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

Meta