I'm not sure why Koltin has <https://kotlinlang.or...
# getting-started
Ah ok, seems like GPT gave correct answer https://chatgpt.com/share/67a9a6ea-0c88-8001-abb6-1af1c71bac1b
e
it misses https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.comparisons/min-of.html and https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.comparisons/max-of.html which are also available for all Comparables (with overloads for primitive numeric types)
the signaled intent is different even if the result is the same, that's why there's different names. https://discuss.kotlinlang.org/t/minof-and-maxof-versus-coerceatleast-and-coerceatmost/2258
👍 1
e
Looks logical, perfect