index

open override val index: UInt(source)

Returns index corresponding to that node.

Be aware that the index may not be constant-time computable.

Also, this property throws DetachedNodeException when the node is already detached.

Throws

DetachedNodeException

when the node is already detached.