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
6
7
8
9
10
11
mod clone;
mod debug;
mod default;
mod deref_derefmut;
mod eq;
mod from;
mod from_iter;
mod index;
mod into_con_iter_owned;
mod into_con_iter_ref;
mod into_iter;