Module malachite_base::options
source · Expand description
Functions for working with Ordering
s.
Modules§
- Iterators that generate
Option
s without repetition.
Functions§
- Converts a string to an
Option<T>
, given a function to parse a string into aT
.