Splitter.empty

Forward range primitives.

  1. Range front [@property getter]
  2. bool empty [@property getter]
    struct Splitter(Flag!"keepSeparators" keepSeparators = No.keepSeparators, Range, alias RegEx = Regex)
    @property
    bool
    empty
    ()
    if (
    isSomeString!Range &&
    isRegexFor!(RegEx, Range)
    )
  3. void popFront()
  4. auto save [@property getter]

Meta

Suggestion Box / Bug Report