The OpenD Programming Language

Cycle.save

Range primitives

  1. Cycle save [@property getter]
    struct Cycle(R)
    @property
    static if(isRandomAccessRange!R && hasLength!R)
    save
    ()
  2. Cycle save [@property getter]

Meta