gotoDescendant

@JvmName(name = "gotoDescendant")
actual external fun gotoDescendant(index: UInt)(source)

Move the cursor to the node that is the nth descendant of the original node that the cursor was constructed with, where 0 represents the original node itself.

expect fun gotoDescendant(index: UInt)(source)

Move the cursor to the node that is the nth descendant of the original node that the cursor was constructed with, where 0 represents the original node itself.

@JvmName(name = "gotoDescendant")
actual external fun gotoDescendant(index: UInt)(source)

Move the cursor to the node that is the nth descendant of the original node that the cursor was constructed with, where 0 represents the original node itself.

actual fun gotoDescendant(index: UInt)(source)

Move the cursor to the node that is the nth descendant of the original node that the cursor was constructed with, where 0 represents the original node itself.