Module malachite_base::options::exhaustive
source · Expand description
Iterators that generate Option
s without repetition.
Structs§
- Generates all
Option
s exceptNone
, with values from a given iterator.
Iterators that generate Option
s without repetition.
Option
s except None
, with values from a given iterator.