Traits§
- Foldable
- A typeclass for structures that can be folded to a single value.
Functions§
- fold_
left - Folds the structure by applying a function from left to right.
- fold_
map - Maps values to a monoid and combines them.
- fold_
right - Folds the structure by applying a function from right to left.