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 fbc1daf commit 3962a0bCopy full SHA for 3962a0b
src/main/kotlin/kool/Stack.kt
@@ -801,7 +801,7 @@ object Stack {
801
inline fun <R> utf8Buffer(chars: CharSequence, block: (ByteBuffer) -> R): R =
802
with { block(it.UTF8(chars, true)) }
803
804
- val VERSION = "0.8.5"
+ val VERSION = "0.8.6"
805
806
inline operator fun <R> invoke(block: (MemoryStack) -> R): R = with(block)
807
}
0 commit comments