pub unsafe extern "C" fn clingo_theory_atoms_element_tuple(
    atoms: *const clingo_theory_atoms_t,
    element: clingo_id_t,
    tuple: *mut *const clingo_id_t,
    size: *mut usize
) -> bool
Expand description

! Get the tuple (array of theory terms) of the given theory element. ! ! @param[in] atoms container where the element is stored ! @param[in] element id of the element ! @param[out] tuple the resulting array of term ids ! @param[out] size the number of term ids ! @return whether the call was successful