Clamps Dictionary
setter
Macro
(setter ref value &key (force nil))
more generic than set-val: Set the value of ref to value using an appropriate setter fn depending on type of ref
Arguments
ref |
An instance of ref-object or anything setf can be called on |
value |
Any value of any type to be set. |
force |
A boolean indicating to set the value even if it is eql to the previous value of the ref-object. |