Skip to content

orx_pinned_vec version 1.0

Compare
Choose a tag to compare
@orxfun orxfun released this 02 Jan 21:58
· 90 commits to main since this release
365f059

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 for G: Growth + Default. Growth strategies implemented in this crate (Doubling and Linear) 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.