Cycle.save

Range primitives

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

Meta