Zip.empty

  1. enum bool empty;
  2. bool empty [@property getter]
    struct Zip(Ranges...)
    @property
    bool
    empty
    ()
    if (
    Ranges.length &&
    )

Meta

Suggestion Box / Bug Report