Package: alexandria

Macro maxf

Lambda List

maxf (place &rest numbers env)

Details

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

Examples

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

See also