pub type clingo_ast_attribute_names_t = clingo_ast_attribute_names;
Expand description

! Struct to map attributes to their string representation.

Aliased Type§

struct clingo_ast_attribute_names_t {
    pub names: *const *const i8,
    pub size: usize,
}

Fields§

§names: *const *const i8§size: usize