Macros§
- scalar
- Converts an
i32orf64literal into an instance ofsymoxide::Expression::Scalar. - variables
- Converts a space-delimited string to a tuple of
symoxide::varcalls on individual words.
Derive Macros§
- Cached
Mapper - Implements the trait
symoxide::mappers::CachedMapperfor a struct. Requires that struct contains a field namedcacheof typestd::collections::HashMap.