pub unsafe extern "C" fn clingo_statistics_array_at(
    statistics: *const clingo_statistics_t,
    key: u64,
    offset: usize,
    subkey: *mut u64
) -> bool
Expand description

! Get the subkey at the given offset 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[in] offset the offset in the array ! @param[out] subkey the resulting subkey ! @return whether the call was successful