descendant

@JvmName(name = "descendant")
actual external fun descendant(start: UInt, end: UInt): Node?(source)

Get the smallest node within this node that spans the given byte range, if any.


actual external fun descendant(start: Point, end: Point): Node?(source)

Get the smallest node within this node that spans the given point range, if any.

expect fun descendant(start: UInt, end: UInt): Node?(source)

Get the smallest node within this node that spans the given byte range, if any.


expect fun descendant(start: Point, end: Point): Node?(source)

Get the smallest node within this node that spans the given point range, if any.

@JvmName(name = "descendant")
actual external fun descendant(start: UInt, end: UInt): Node?(source)

Get the smallest node within this node that spans the given byte range, if any.


actual external fun descendant(start: Point, end: Point): Node?(source)

Get the smallest node within this node that spans the given point range, if any.

actual fun descendant(start: UInt, end: UInt): Node?(source)

Get the smallest node within this node that spans the given byte range, if any.


actual fun descendant(start: Point, end: Point): Node?(source)

Get the smallest node within this node that spans the given point range, if any.