commonMain.kotlinx.serialization.json.internal.CharArrayPool.common.kt Maven / Gradle / Ivy
/*
* Copyright 2017-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package kotlinx.serialization.json.internal
internal expect object CharArrayPoolBatchSize {
fun take(): CharArray
fun release(array: CharArray)
}