Module vecops

Source
Expand description

Neat operations on vectors and slices

Traits§

VecOps
This trait is designed to ease operations on complex slices/“vectors” They are not necessarily the most performant way of doing things but they are written in idiomatic and hence safe Rust.