Module frunk::semigroup [] [src]

Structs

All

Wrapper type for boolean that acts as a bitwise && combination

Any

Wrapper type for boolean that acts as a bitwise || combination

Max

Wrapper type for types that are ordered and can have a Max combination

Min

Wrapper type for types that are ordered and can have a Min combination

Product

Wrapper type for types that can have a Product combination

Traits

Semigroup

Functions

combine_all_option

Given a sequence of xs, combine them and return the total

combine_n

Return this combined with itself n times.