elect
10/21/2022, 9:38 AMNumber
@JvmInline
public value class UInt @PublishedApi internal constructor(@PublishedApi internal val data: Int) : Comparable<UInt>, Number by data
and I'd be super happy because I don't have to create tons of additional and redundant constructors and methods specifically for every single unsigned (in glm)elizarov
11/08/2022, 12:45 PMabstract value class
and make Number one of them.elect
11/08/2022, 1:42 PMelizarov
11/08/2022, 2:44 PM