pub unsafe extern "C" fn clingo_ast_hash(
    ast: *mut clingo_ast_t
) -> usize
Expand description

! Compute a hash for an AST node. ! ! @param[in] ast the target AST ! @return the resulting hash code