This repository was archived by the owner on May 3, 2026. It is now read-only.
12.2.0
Added
OrdMapandOrdSetnow have arange()method which makes an iterator over a bounded subset of the values. The improved iterator implementation is also considerably more efficient than the previous (about an order of magnitude faster for nontrivial data sets).iter()has been updated to take advantage of this, and is now just an alias forrange(..). (#27)FocusMutnow has anunmutmethod to turn it into an immutableFocus, releasing its exclusive hold on the underlyingVector.Focusnow implementsClone.