Closed goerch closed 2 years ago
Looks good. I think for the future we can remove the
_findmin
and other_
functions that were there for compatibility with 1.6's lack of "function first argument" support.
Thanks. I implemented the _
functions because I stumbled about random allocations when using Base
with newer compilers.
Looks good. I think for the future we can remove the
_findmin
and other_
functions that were there for compatibility with 1.6's lack of "function first argument" support.