The OpenD Programming Language

Cycle.save

Range primitives

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

Meta