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

! Less than 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