firstChildForByte

@JvmName(name = "firstChildForByte")
actual external fun firstChildForByte(byte: UInt): Node?(source)

Get the node's first child that contains or starts after the given byte offset.

Since

0.25.0

expect fun firstChildForByte(byte: UInt): Node?(source)

Get the node's first child that contains or starts after the given byte offset.

Since

0.25.0

@JvmName(name = "firstChildForByte")
actual external fun firstChildForByte(byte: UInt): Node?(source)

Get the node's first child that contains or starts after the given byte offset.

Since

0.25.0

actual fun firstChildForByte(byte: UInt): Node?(source)

Get the node's first child that contains or starts after the given byte offset.

Since

0.25.0