We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8816ce5 commit b733f3cCopy full SHA for b733f3c
src/main/kotlin/unsigned/Ubyte.kt
@@ -12,7 +12,7 @@ import kotlin.experimental.inv
12
* Created by GBarbieri on 20.03.2017.
13
*/
14
15
-public inline class Ubyte(val v: Byte) : Number() {
+class Ubyte(val v: Byte) : Number() {
16
17
companion object {
18
src/main/kotlin/unsigned/unsigned.kt
@@ -18,4 +18,4 @@ fun Char.toUint() = Uint(toInt())
fun Char.toUlong() = Ulong(toLong())
19
fun Char.toUshort() = Ushort(toShort())
20
21
-val version = "3.1.6"
+val version = "3.1.7"
0 commit comments