pub unsafe fn Cudd_Complement(node: *mut DdNode) -> *mut DdNodeExpand description
Computes the complemented version of a node pointer (i.e. with a complement bit set, regardless of its previous value).
ยงSafety
This function should only be called on a valid DdNode pointer.