pub unsafe extern "C" fn clingo_configuration_type(
    configuration: *const clingo_configuration_t,
    key: clingo_id_t,
    type_: *mut clingo_configuration_type_bitset_t
) -> bool
Expand description

! Get the type of a key. ! ! @note The type is bitset, an entry can have multiple (but at least one) type. ! ! @param[in] configuration the target configuration ! @param[in] key the key ! @param[out] type the resulting type ! @return whether the call was successful