IndexMixin.opSlice

Fetch a range that spans all the elements in the container.

Complexity: O(1)

  1. SeqRange opSlice()
    mixintemplate IndexMixin(size_t N, alias Range_0)
    opSlice
    ()
  2. ConstSeqRange opSlice()
  3. ThisNode* _front;
  4. ThisNode* _back;

Meta