We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cc9d1 commit 4c5a91cCopy full SHA for 4c5a91c
src/main/kotlin/unsigned/unsigned.kt
@@ -18,4 +18,4 @@ fun Char.toUint() = Uint(toInt())
18
fun Char.toUlong() = Ulong(toLong())
19
fun Char.toUshort() = Ushort(toShort())
20
21
-val version = "3.1.7"
+val version = "3.1.8"
0 commit comments