pub fn compound(functor: impl Into<String>, args: Vec<PrologTerm>) -> PrologTermExpand description
compound(f, args) — shorthand for PrologTerm::Compound.
pub fn compound(functor: impl Into<String>, args: Vec<PrologTerm>) -> PrologTermcompound(f, args) — shorthand for PrologTerm::Compound.