Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: *​sfile-path​* , Previous: setf-default , Up: S , Home: Overview

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.

Author: Orm Finnendahl

Created: 2025-08-05 Di 20:46

Validate