Package: alexandria

Macro minf

Lambda List

minf (place &rest numbers env)

Details

Modify-macro for min. Sets place designated by the first argument to the minimum of its original value and numbers.

Examples

 (setq place 99) => 99
 (minf place 6 2 105 30) => 2
 place => 2    
 

See also