Function clingo_sys::clingo_theory_atoms_size [] [src]

pub unsafe extern "C" fn clingo_theory_atoms_size(
    atoms: *mut clingo_theory_atoms_t,
    size: *mut usize
) -> bool

Get the total number of theory atoms.

Parameters:

  • atoms the target
  • size the resulting number

Returns whether the call was successful