Module moc::ranges

source ·
Expand description

Very generic ranges operations

Modules

Structs

  • To perform operations on e.g. a buffer without having to own the ranges
  • 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