pub unsafe extern "C" fn clingo_propagate_init_theory_atoms(
    init: *const clingo_propagate_init_t,
    atoms: *mut *const clingo_theory_atoms_t
) -> bool
Expand description

! Get an object to inspect the theory atoms. ! ! @param[in] init the target ! @param[out] atoms the resulting object ! @return whether the call was successful