Major but API breaking updates:
Harmonized API: AVLtree and splaytree insert both now take IntervalType
AVLTree and splaytree both use malloc backed arena allocation and insert() is @nogc
UnrolledList removed from AVLTree findOVerlapsWith which should speed search (and eliminate a dep)