(partition-by [f] [f coll])Applies f to each value in coll, splitting it each time f returns a
new value. Returns a lazy seq of partitions. Returns a stateful
transducer when no collection is provided.
Examples
No examples yet. Be the first to add one!