We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51c2a5 commit d3c9b0cCopy full SHA for d3c9b0c
src/main/kotlin/unsigned/Long.kt
@@ -2,9 +2,8 @@ import unsigned.*
2
import unsigned.java_1_7.toUnsignedString
3
import java.math.BigInteger
4
5
-/**
6
- * Created by GBarbieri on 31.01.2017.
7
- */
+// Created by GBarbieri on 31.01.2017.
+
8
9
fun Long.toUByte() = toByte()
10
fun Long.toUShort() = toShort()
0 commit comments