Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[v0.2.0] - 2021-07-18
changed
Radix.fetch/3now can optionally use longest prefix match- functions raise their own errors
- use assets subdir for images
added
Radix.empty?/1, says if atreeis empty or notRadix.count/1, traverses thetreeand counts its entriesRadix.merge/2, mergestree2intotree1, overridingtree1Radix.merge/3, mergestree2intotree1, conflicts handled byfunRadix.take/3, returns new tree with selectedkeysonlyRadix.pop/3, removes key,value-pair and returns it with the new treeRadix.split/3, split a radix tree into two trees
changed
[v0.1.1] - 2021-06-21
changed
- bad_xxx functions were meant to be private
[v0.1.0] - 2021-06-21
Initial version.