SlidingSplitter.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 SlidingSplitter(Range)
    @property const
    static if(!(isInfinite!R))
    bool
    empty
    ()
    if (
    isSomeString!Range ||
    (
    hasSlicing!Range &&
    !isInfinite!Range
    )
    )

Meta