Expand description
Semigroup type class.
This module defines the Semigroup trait, which represents types that support an associative binary operation.
Traits§
- Semigroup
- A type class for types that support an associative binary operation.
Functions§
- append
- The result of combining the two values using the semigroup operation.