Skip to main content

tx_prev_sibling

Function tx_prev_sibling 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tx_prev_sibling( doc: *const TxDocument, node: TxNodeId, ) -> TxNodeId
Expand description

Returns the previous sibling of the given node, or TX_NULL_NODE if none.

ยงSafety

doc must be a valid, non-null pointer to a TxDocument.