Package: alexandria

Function remove-from-plist

Lambda List

remove-from-plist (plist &rest keys)

Details

Returns a propery list with same keys and values as plist, except that keys in the list designated by keys and values corresponding to them are removed. The returned property list may share structure with plist, but plist is not destructively modified. Keys are compared using eq.
 

See also