Function z3_sys::Z3_ast_map_contains[][src]

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

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