pub unsafe extern "C" fn Z3_ast_map_contains(
    c: Z3_context,
    m: Z3_ast_map,
    k: Z3_ast
) -> Z3_bool
Expand description

Return true if the map m contains the AST key k.