findNodesInRangeExcluding
suspend fun <T> SortedBinaryTreeNode<T>.findNodesInRangeExcluding(from: T, to: T): Set<SortedBinaryTreeNode<T>>(source)
suspend fun <K, V> SortedMapLikeBinaryTreeNode<K, V>.findNodesInRangeExcluding( from: K, to: K): Set<SortedMapLikeBinaryTreeNode<K, V>>(source)