[][src]Function clingo_sys::clingo_statistics_array_size

pub unsafe extern "C" fn clingo_statistics_array_size(
    statistics: *const clingo_statistics_t,
    key: u64,
    size: *mut usize
) -> bool

! Get the size of an array entry. ! ! @pre The @link clingo_statistics_type() type@endlink of the entry must be @ref ::clingo_statistics_type_array. ! @param[in] statistics the target statistics ! @param[in] key the key ! @param[out] size the resulting size ! @return whether the call was successful