Cycle.empty

Range primitives

  1. enum bool empty;
    struct Cycle(R)
    static if(isRandomAccessRange!R && hasLength!R)
    enum bool empty;
  2. enum bool empty;

Meta