There are 4 utilities.
- unionf v1.0
-
Modify-macro for
union
. Saves the union oflist
and the contents of the place designated by the first argument to the designated place.- Provides
unionf
- nunionf v1.0
-
Modify-macro for
nunion
. Saves the union oflist
and the contents of the place designated by the first argument to the designated place. May modify either argument.- Provides
nunionf
- setp v1.0
-
Returns true if
object
is a list that denotes a set,nil
otherwise. A list denotes a set if each element of the list is unique underkey
andtest
.- Provides
setp
- set-equal v1.0
-
Returns true if every element of
list1
matches some element oflist2
and every element oflist2
matches some element oflist1
. Otherwise returns false.- Provides
set-equal