[][src]Function clingo_sys::clingo_symbolic_atoms_begin

pub unsafe extern "C" fn clingo_symbolic_atoms_begin(
    atoms: *const clingo_symbolic_atoms_t,
    signature: *const clingo_signature_t,
    iterator: *mut clingo_symbolic_atom_iterator_t
) -> bool

! Get a forward iterator to the beginning of the sequence of all symbolic ! atoms optionally restricted to a given signature. ! ! @param[in] atoms the target ! @param[in] signature optional signature ! @param[out] iterator the resulting iterator ! @return whether the call was successful