Drain + Splice
Added
- Added
AnyVec::at
- ergonomic version ofget
. 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 constructAnyVec
of the same type.IntoIterator
implemented.
Changed
crate::refs
being implementation details, hided.