Module moc::ranges

source · []
Expand description

Very generic ranges operations

Modules

Structs

Generic Range operations We use a Boxed array instead of Vec because we use possibly a lot of them in 2D-MOCs, so in may because not negligible to spare the capacity info.

Traits

Generic operations on a set of Sorted and Non-Overlapping ranges. SNO = Sorted Non-Overlapping