Module foldable

Module foldable 

Source
👎Deprecated since 0.0.21: Use fp_library::v2::classes instead

Traits§

FoldableDeprecated
A type class for structures that can be folded to a single value.

Functions§

fold_leftDeprecated
Folds the structure by applying a function from left to right.
fold_mapDeprecated
Maps values to a monoid and combines them.
fold_rightDeprecated
Folds the structure by applying a function from right to left.