
values(+Tree, -ValueList)

   Return all the values from a tree.

Arguments
   Tree                A 2-3-4 tree
   ValueList           A list of all the values from Tree

Type
   library(m_tree234)

Description
	
	ValueList is a list of all the values appearing in the tree Tree.
	
	
	This predicate should only be called with trees created by other
	predicates from the tree234 module.
	
	

Resatisfiable
   no

Fail Conditions
   Never fails.

See Also
   values / 2
