[][src]Module quixutils::iter

Functions

heads

Provides slices of all heads. Similar to Haskell inits.

split_with_delimiter

Like split, but includes the delimiter

tails

Provides slices of all tails. Similar to Haskell tails.