pub unsafe extern "C" fn clingo_ast_equal(
    a: *mut clingo_ast_t,
    b: *mut clingo_ast_t
) -> bool
Expand description

! Equality compare two AST nodes. ! ! @param[in] a the left-hand-side AST ! @param[in] b the right-hand-side AST ! @return the result of the comparison