Documentation
1
2
3
4
5
6
7
#![feature(const_trait_impl)]

mod nil;
mod nill;

pub use nil::{Nil, nil};
pub use nill::Nill;