savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
156 stars 12 forks source link

Add `clamp` methods to the `Numeric.Comparable` trait. #313

Closed jemc closed 2 years ago

jemc commented 2 years ago

These are convenience wrappers/aliases for the min and max methods, but are rephrased to be less confusing for the case of using min to set a maximum limit, or max to set a minimum limit.

See discussion in https://savi.zulipchat.com/#narrow/stream/294906-libraries/topic/Numeric.2Emin.20and.20Numeric.2Emax

jemc commented 2 years ago

I'm not going to merge this until after further deliberation in Zulip.

jemc commented 2 years ago

Closed in favor of #314.