- iset->list isetprocedure
Returns a newly allocated list containing the members of iset in increasing numerical order.
Example:
(iset->list (iset 2 3 5 7 11)) ⇒ (2 3 5 7 11)
Returns a newly allocated list containing the members of iset in increasing numerical order.
Example:
(iset->list (iset 2 3 5 7 11)) ⇒ (2 3 5 7 11)