8000 Release Drain + Splice · tower120/any_vec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Drain + Splice

Compare
Choose a tag to compare
@tower120 tower120 released this 19 Jun 18:49
· 35 commits to main since this release
9d7b0f9

Added

  • Added AnyVec::at - ergonomic version of get.
  • AnyVecRef now cloneable.
  • ElementRef now cloneable.
  • non-consuming iterators now cloneable.
  • AnyVec::drain.
  • AnyVecTyped::drain.
  • AnyVec::slice.
  • AnyVecTyped::slice.
  • AnyVec iterators.
  • AnyVec::clone_empty, to construct AnyVec of the same type.
  • IntoIterator implemented.

Changed

  • crate::refs being implementation details, hided.
0