BSTreeIndex public struct BSTreeIndex<T> : Comparable where T : Equatable Non-numeric index type of BSTree. ==(_:_:) Declaration Swift public static func == (lhs: BSTreeIndex<T>, rhs: BSTreeIndex<T>) -> Bool <(_:_:) Declaration Swift public static func < (lhs: BSTreeIndex, rhs: BSTreeIndex) -> Bool