firstNamedChildForByte

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

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

Since

0.25.0

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

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

Since

0.25.0

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

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

Since

0.25.0

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

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

Since

0.25.0