We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed352f8 commit 81ec170Copy full SHA for 81ec170
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.2.5"
+val version = "3.2.6"
0 commit comments