Skip to main content

mk_nullable_is_null

Function mk_nullable_is_null 

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

Create a null tester for a nullable term. @param tm The term manager instance. @param term A nullable term. @return A tester whether term is null.