function

Function function 

Source
pub fn function<'a>(
    location: &Location,
    name: &str,
    arguments: &'a [Term<'_>],
    external: bool,
) -> Result<Function<'a>, ClingoError>
Expand description

Construct an AST node of type ASTType.Function.