pub unsafe extern "C" fn clingo_model_symbols_size(
    model: *const clingo_model_t,
    show: clingo_show_type_bitset_t,
    size: *mut usize
) -> bool
Expand description

! Get the number of symbols of the selected types in the model. ! ! @param[in] model the target ! @param[in] show which symbols to select ! @param[out] size the number symbols ! @return whether the call was successful; might set one of the following error codes: ! - ::clingo_error_bad_alloc