orx_pinned_vec version 1.0
orx_pinned_vec
version 1.0
Updated the orx_pinned_vec
dependency to version 1.0. Note that this version finalizes the orx_pinned_vec::self_referential_elements
module.
Also
FromIterator
is implemented forG: Growth + Default
. Growth strategies implemented in this crate (Doubling
andLinear
) satisfy this trait bound.iter
performance is further optimized by allowing the first branch to be the correct one in almost all the time.iter_mut
is implemented.