Clamps Dictionary
getter
Function
(getter ref)
more generic than get-val: Get the value of ref using an appropriate getter fn depending on type of ref.
Arguments
ref |
An instance of ref-object or anything 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. |