- iset element …procedure
Returns a newly allocated iset. The elements are used to initialize the iset.
Example:
(iset->list (iset 2 3 5 7 11)) ⇒ (2 3 5 7 11) (iset->list (iset)) ⇒ ()
Returns a newly allocated iset. The elements are used to initialize the iset.
Example:
(iset->list (iset 2 3 5 7 11)) ⇒ (2 3 5 7 11) (iset->list (iset)) ⇒ ()