kotlin-unsigned icon indicating copy to clipboard operation
kotlin-unsigned copied to clipboard

unsigned support for Kotlin via boxed types and unsigned operators

Results 3 kotlin-unsigned issues
Sort by recently updated
recently updated
newest added

Now we can change `var v` so even `val Utype` is mutable. What about renaming currenty Utypes to MutableUtypes (like in Kotlin Notation) and providing Utypes with `val` that will...

Theoretically these can be implemented via classes extending `Number` and based on several integer primitives. Currently all the stuff higher than 64 bits goes through `BigInteger` which is available in...

:wave: I found your library on #kotlinlang slack 🙂. Looking at arrays and gradle file, I'm a bit confused about the `OptIn`. If I'm right, you should not OptIn yourself,...