pub unsafe extern "C" fn clingo_ast_get_type(
    ast: *mut clingo_ast_t,
    type_: *mut clingo_ast_type_t
) -> bool
Expand description

! Get the type of an AST node. ! ! @param[in] ast the target AST ! @param[out] type the resulting type ! @return whether the call was successful; might set one of the following error codes: ! - ::clingo_error_runtime