Indexed.opSlice

Range primitives

  1. alias opDollar = length
  2. auto ref opIndex(size_t index)
  3. typeof(this) opSlice(size_t a, size_t b)
    struct Indexed(Source, Indices)
    typeof(this)
    opSlice
    (
    size_t a
    ,
    size_t b
    )
    if (
    isInputRange!Indices
    &&
    is(typeof(Source.init[ElementType!(Indices).init]))
    )
  4. auto opIndexAssign(ElementType!Source newVal, size_t index)
  5. auto moveAt(size_t index)

Meta

Suggestion Box / Bug Report