[no description]
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ pub use iterator::{ IteratorOfTuplesWithF, }; pub mod fns; +mod option; +pub use option::{ + OptionOfMutRefToTuple, OptionOfRefToTuple, OptionOfTuple, +}; /// Reverse a tuple. pub trait Reverse: Tupl { type Reversed: Tupl; |