Zip.empty

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

Meta