Module functor

Module functor 

Source
Expand description

Functor type class.

This module defines the Functor trait, which represents types that can be mapped over.

Traits§

Functor
A type class for types that can be mapped over.

Functions§

map
Maps a function over the values in the functor context.