v0.1.9
This change fixes a bug in clampInt and tests clampInt and clampDuration. Without this fix, clampInt(a, a, b) results in b, but it should be a. clampDuration was correct before, but now uses the same logic as clampInt and both are tested.
This change fixes a bug in clampInt and tests clampInt and clampDuration. Without this fix, clampInt(a, a, b) results in b, but it should be a. clampDuration was correct before, but now uses the same logic as clampInt and both are tested.