Module tuplez::fold

source ·
Expand description

Provides the ability to fold tuples.

The documentation page of Folder has many examples available.

Traits§

  • Fold the tuple.
  • Define folders that fold an element of the tuple and specify another folder to be used to fold the next element of the tuple.