Package: alexandria
Macro maxf
Lambda Listmaxf (place &rest numbers env) DetailsModify-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 |