[][src]Function z3_sys::Z3_ast_map_contains

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

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