Additions to Interval:
getPercentageFor()retrieves the percentage how far within (0.0-1.0) or outside (< 0.0, > 1.0) of the interval a value lies. In combination with the previously addedgetValueAt(), this supports quick type safe linear interpolation.
Dependency updates:
- Kotlin 2.1.21
- kotlinx.datetime 0.6.2