The OpenD Programming Language

Cycle.opIndex

Range primitives

  1. auto ref opIndex(size_t n)
    struct Cycle(R)
    ref
    static if(isRandomAccessRange!R && hasLength!R)
    opIndex
    (
    size_t n
    )
  2. auto ref opIndex(size_t n)

Meta