RBTree is a sorted associative collection
A RBTree is a sorted associative collection that is implemented with a Red-Black Tree. It maps keys to values like a Hash, but maintains its elements in ascending key order. The interface is the almost identical to that of Hash.
$
pkg install rubygem-rbtreeOrigin
devel/rubygem-rbtree
Size
226KiB
License
MIT
Maintainer
mfechner@FreeBSD.org
Dependencies
2 packages
Required by
2 packages