roaring 0.0.15

http://roaringbitmap.org for http://www.rust-lang.org
1
2
3
4
pub enum Either<Left, Right> {
    Left(Left),
    Right(Right),
}