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 b6d18d9 commit 72a92b0Copy full SHA for 72a92b0
src/main/kotlin/com/eignex/kencode/PackedUtils.kt
@@ -2,7 +2,7 @@ package com.eignex.kencode
2
3
import java.io.ByteArrayOutputStream
4
5
-object PackedUtils {
+internal object PackedUtils {
6
// flags -> int/long
7
fun packFlagsToLong(vararg flags: Boolean): Long {
8
var result = 0L
0 commit comments