Skip to main content

mk_tuple

Function mk_tuple 

Source
pub unsafe extern "C" fn mk_tuple(
    tm: *mut TermManager,
    size: usize,
    terms: *const Term,
) -> Term
Expand description

Create a tuple term. @param tm The term manager instance. @param size The number of elements in the tuple. @param terms The elements. @return The tuple Term.