pub type clingo_ast_constructor_t = clingo_ast_constructor;
Expand description

! A lists of required attributes to construct an AST.

Aliased Type§

struct clingo_ast_constructor_t {
    pub name: *const i8,
    pub arguments: *const clingo_ast_argument,
    pub size: usize,
}

Fields§

§name: *const i8§arguments: *const clingo_ast_argument§size: usize