Search Treesllrb-tree-deletellrb-tree-countGoTo Top

llrb-tree-count   llrb-tree => count[Function]

Purpose
Return number of entries stored in llrb-tree.

Package   :gbbopen-tools

Module   :gbbopen-tools

Arguments and values

llrb-tree     An LLRB tree
count     A non-negative integer

Returns
The number of entries stored in llrb-tree

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

Example

  > (llrb-tree-count *tree*)
  3
  >


The GBBopen Project


Search Treesllrb-tree-deletellrb-tree-countGoTo Top