Expand description
I define implementations of sophia_api::term::Term:
ArcTermusingArc<str>as the underlying text, making it cheap to clone and thread-safe; see alsoArcStrStash.RcTermusingRc<str>as the underlying text, making it cheap to clone; see alsoRcStrStash.
Structs§
- ArcStr
Stash - A stash is a collection of strings that can be reused for generating
ArcTermwithout reallocating identical strings multiple times, using thecopy_termmethod. - Generic
Literal Error - Error raised when trying to convert another kind of term to
GenericLiteral - RcStr
Stash - A stash is a collection of strings that can be reused for generating
RcTermwithout reallocating identical strings multiple times, using thecopy_termmethod.