freebsd-ports/devel/rubygem-rbtree/pkg-descr
Dmitry Marakasov 7b4d1f0b36 */*: fix trailing whitespace in pkg-descr's
Approved by:	portmgr blanket
2022-04-01 18:09:49 +03:00

5 lines
264 B
Text

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.
WWW: http://rbtree.rubyforge.org/