A bit unexpected that `-1.coerceAtLeast(0)` equals...
# getting-started
m
A bit unexpected that
-1.coerceAtLeast(0)
equals
-(1.coerceAtLeast(0))
and not
(-1).coerceAtLeast(0)
.