gotoFirstChildForByte

@JvmName(name = "gotoFirstChildForByte")
actual fun gotoFirstChildForByte(byte: UInt): UInt?(source)

Move the cursor to the first child of its current node that extends beyond the given byte offset.

Return

The index of the child node, or null if no such child was found.

expect fun gotoFirstChildForByte(byte: UInt): UInt?(source)

Move the cursor to the first child of its current node that extends beyond the given byte offset.

Return

The index of the child node, or null if no such child was found.

@JvmName(name = "gotoFirstChildForByte")
actual fun gotoFirstChildForByte(byte: UInt): UInt?(source)

Move the cursor to the first child of its current node that extends beyond the given byte offset.

Return

The index of the child node, or null if no such child was found.

actual fun gotoFirstChildForByte(byte: UInt): UInt?(source)

Move the cursor to the first child of its current node that extends beyond the given byte offset.

Return

The index of the child node, or null if no such child was found.