Skip to content

v0.3.0

Compare
Choose a tag to compare
@greenhat greenhat released this 09 Jun 11:55
· 40 commits to develop since this release
v0.3.0
65f562e

[0.3.0] - 2021-06-09

Added

  • IntoIter impl for BoundedVec;
  • BoundedVec::enumerated (return new instance with indices included);
  • BoundedVec::split_last (return last and all the rest of the elements);