Zip.empty

Returns true if the range is at end. The test depends on the stopping policy.

  1. enum bool empty;
    struct Zip(Ranges...)
    static if(allSatisfy!(isInfinite, R))
    enum bool empty;
  2. bool empty [@property getter]

Meta