nxt.chunking

Members

Functions

chunkBy
auto chunkBy(Range r)

Chunks an input range into subranges of equivalent adjacent elements. In other languages this is often called partitionBy, groupBy or sliceWhen.

Meta