Indexed.opIndexAssign

Range primitives

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

Meta

Suggestion Box / Bug Report