#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 13 Oct 2016 12:28:46 +0200
changeset 4122 d868c6e94d96
parent 4121 cf558f5c22f9
child 4123 466be2ddcab2
#DOCUMENTATION by cg class: TreeSet comment/format in: #documentation
TreeSet.st
--- a/TreeSet.st	Thu Oct 13 12:28:40 2016 +0200
+++ b/TreeSet.st	Thu Oct 13 12:28:46 2016 +0200
@@ -13,6 +13,8 @@
 
 documentation
 "
+    BTree and TSTree
+
     A bunch of collection classes that are useful for building large indices of things. 
     It's especially geared towards people using OODBs like GOODS, but can be used it in the image too: 
     the BTree class is great for when you need to select numeric keys by range,