The OpenD Programming Language

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 &&
    )

Meta