pub unsafe extern "C" fn clingo_ast_release(ast: *mut clingo_ast_t)
Expand description

! Decrement the reference count of an AST node. ! ! @note The node is deleted if the reference count reaches zero. ! ! @param[in] ast the target AST