Crate rbtree

source ·

Structs§

  • Convert RBTree to iter, move out the tree.
  • provide iter ref for RBTree
  • provide iter mut ref for RBTree
  • provide the rbtree all keys
  • A red black tree implemented with Rust It is required that the keys implement the Ord traits.
  • provide the rbtree all values order by key
  • provide the rbtree all values and it can be modify