opSlice

Slice operator must be const when ordered.

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

Meta