LEAST list | |
Returns the member of list which returns the minimum numerical value when function is applied to it. As second value is returned which is the actual minimum value (the return-value of function as applied). This function comes from the Paul Graham book ANSI Common Lisp.
| |