GroupSequence.empty

Undocumented in source. Be warned that the author may not have intended to support it.
  1. enum bool empty;
  2. bool empty [@property getter]
    struct GroupSequence(alias pred, R)
    @property
    static if(!(isInfinite!R))
    bool
    empty
    ()
    if (
    isInputRange!R
    )

Meta