Snippets tagged separator

  • Splitting a sequence based on separator condition

    Whilst working on a google API wrapper, I came across the need to separate a sequence into sub-sequences based on a separator condition. This also led to a requirement for versions of takeWhile and skipWhile which also include the element which first breaks the condition predicate.

    3 people like this

    Posted: 9 years ago by Chris Ballard