More will be added as ideas appear - [ ] autofill deprecation - [ ] asFractionOf ```kotlin private infix fun Float.asFractionOf( range: ClosedFloatingPointRange<Float> ) = (coerceIn(range) - range.start) / range.size ``` - [ ] Optimize digit count https://www.romainguy.dev/posts/2024/down-another-rabbit-hole/#educated-guess - [ ] Deprecate `KeepScreenOn` in favor of the Modifier - [ ] Fix `slideToRight` wrong body and type
More will be added as ideas appear
KeepScreenOnin favor of the ModifierslideToRightwrong body and type