llrb-tree-pSearch Treesllrb-tree-valuellrb-tree-testGoTo Top

llrb-tree-test   llrb-tree => comparison-test[Function]

Purpose
Return the three-way comparison test function used in llrb-tree.

Package   :gbbopen-tools

Module   :gbbopen-tools

Arguments and values

llrb-tree     An LLRB tree
comparison-test     A function designator specifying the three-way comparison test function object used in llrb-tree

Returns
The comparison test used in llrb-tree

See also
    llrb-tree-count
    llrb-tree-delete
    llrb-tree-p
    llrb-tree-value
    make-llrb-tree
    map-llrb-tree

Example

  > (llrb-tree-test *tree*)
  compare&
  >


The GBBopen Project


llrb-tree-pSearch Treesllrb-tree-valuellrb-tree-testGoTo Top