orx-imp-vec 2.17.0

`ImpVec` stands for immutable push vector 👿, it is a data structure which allows appending elements with a shared reference.
Documentation
1
2
3
4
5
#![allow(unused_imports)]

mod benchmark_utils;

pub use benchmark_utils::*;