Module malachite_base::options

source ·
Expand description

Functions for working with Orderings.

Modules

Iterators that generate Options without repetition.
Iterators that generate Options randomly.

Functions

Converts a string to an Option<T>, where T implements FromStr.
Converts a string to an Option<T>, given a function to parse a string into a T.