Skip to content

3.10.3: concat() and precat() (redux)

Latest
Compare
Choose a tag to compare
@GlenKPeterson GlenKPeterson released this 09 May 03:03

Release 3.10.3 2022-05-08: concat() and precat()

  • Implemented concat() and precat() methods on RrbTree and precat() on ImRrbTree and MutRrbTree
    because:
    • concat() was implemented on PersistentVector() because it's a cheap operation.
    • concat() and precat() are cheap and sensible on the RRB Tree.
  • Added a few @NotNull and @contract annotations where they were missing.

Do NOT use release 3.10.2. That was a mistake!