pub unsafe extern "C" fn clingo_ast_attribute_size_ast_array(
    ast: *mut clingo_ast_t,
    attribute: clingo_ast_attribute_t,
    size: *mut usize
) -> bool
Expand description

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