How would you name an extension on `Number` that ...
# stdlib
h
How would you name an extension on
Number
that trims it at 0, that is
if(it<0) 0 else it
?
h
Solved already. Awesome, thanks.