Added
- vector:
NEVec::reverse, mysteriously missing until this point. - vector: Support for
rand::seq::SliceRandom, exposing ashufflefunction forNEVec. - set:
NEBTreeSetand its macronebts!. - map:
NEBTreeMapand its macronebtm!. - index:
NEIndexSetand its macroneis!.
Changed
- index: The
ne_indexmapmacro has a shorter aliasneimand the original has
been hidden from the docs.