basher
06/23/2019, 8:26 PMbasher
06/23/2019, 9:37 PMFleshgrinder
11/26/2020, 8:42 AMbasher
11/28/2020, 5:07 PMFleshgrinder
04/23/2021, 6:28 AMFleshgrinder
04/23/2021, 6:32 AMjoseph_ivie
07/18/2024, 5:14 PMjoseph_ivie
07/18/2024, 5:15 PMAbduqodiri Qurbonzoda [JB]
07/23/2024, 12:18 PMUuid
class into the stdlib: https://github.com/Kotlin/KEEP/issues/382
Please share your feedback in the GH issue.Abduqodiri Qurbonzoda [JB]
07/23/2024, 12:27 PMComparable
interface. Please take a look: https://github.com/Kotlin/KEEP/blob/uuid/proposals/stdlib/uuid.md#comparable-interfacejoseph_ivie
07/23/2024, 4:09 PMString
.
• UUID not being comparable is not great, but I guess I can't see an alternative thanks to the mis-implementation on the JVM. The primary purpose of a UUID in my mind is as a database key, which by definition means that UUIDs are sortable. Curse you, JVM!