Skip to main content

mk_term

Function mk_term 

Source
pub unsafe extern "C" fn mk_term(
    tm: *mut TermManager,
    kind: Kind,
    size: usize,
    children: *const Term,
) -> Term
Expand description

Create n-ary term of given kind. @param tm The term manager instance. @param kind The kind of the term. @param size The number of childrens. @param children The children of the term. @return The Term