Skip to main content

mk_nullable_val

Function mk_nullable_val 

Source
pub unsafe extern "C" fn mk_nullable_val(
    tm: *mut TermManager,
    term: Term,
) -> Term
Expand description

Create a selector for nullable term. @param tm The term manager instance. @param term A nullable term. @return The element value of the nullable term.