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 bdcc448 commit f5947b4Copy full SHA for f5947b4
src/commonMain/kotlin/space/iseki/bencoding/internal/Utils.kt
@@ -3,7 +3,6 @@ package space.iseki.bencoding.internal
3
import kotlinx.serialization.ExperimentalSerializationApi
4
import kotlinx.serialization.descriptors.SerialDescriptor
5
import space.iseki.bencoding.BinaryString
6
-import kotlin.math.max
7
8
internal expect fun bytes2Long(bytes: ByteArray, off: Int, len: Int): Long
9
internal expect fun bytes2StringIso88591(bytes: ByteArray, off: Int = 0, len: Int = bytes.size): String?
0 commit comments