[][src]Module dinotree_alg::util

Generic slice utillity functions.

Structs

PreVecMut

An vec api to avoid excessive dynamic allocation by reusing a Vec

SliceSplit

Splits a mutable slice into multiple slices The splits occur where the predicate returns false.

SliceSplitMut

Splits a mutable slice into multiple slices The splits occur where the predicate returns false.