Group.empty

  1. enum bool empty;
  2. bool empty [@property getter]
    struct Group(alias pred, R)
    @property
    static if(!(isInfinite!R))
    bool
    empty
    ()

Meta