1.3.0
Added
- vector:
NEVec::from_elemexposed for times when you wantnev![foo; n]butnis notconst. - slice:
NESlice::lastto matchNEVec.
Changed
- vector: The
Indeximpl has been generalized to accept more slice patterns.
NEVec::from_elem exposed for times when you want nev![foo; n] but n is not const.NESlice::last to match NEVec.Index impl has been generalized to accept more slice patterns.