v0.3.0
[0.3.0] - 2021-06-09
Added
IntoIter
impl forBoundedVec
;BoundedVec::enumerated
(return new instance with indices included);BoundedVec::split_last
(return last and all the rest of the elements);
IntoIter
impl for BoundedVec
;BoundedVec::enumerated
(return new instance with indices included);BoundedVec::split_last
(return last and all the rest of the elements);