Class BST

GC-free binary search tree implementation.

class BST(T) ;