Crate orx_imp_vec
source ·Expand description
ImpVec stands for ‘immutable-push-vec’.
It uses orx_split_vec::SplitVec as the underlying data structure,
and additionally allows for push/extend operations with an immutable reference.
Structs
ImpVecstands for ‘immutable-push-vec’.