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