Expand description
Default implementations of some Repr trait methods using functors; These methods are used by the register_repr! macro
Functionsยง
- domain_
size - Returns the number of values in a representation-variable domain.
Domains whose size is unknown or does not fit in
usizerank as least compact. - instantiate_
default_ impl - Implement ReprDomainLevel::instantiate as a functor
S<DomainPtr> -> S<DeclarationPtr>. Needs the following additional arguments: - lookup_
via_ default_ impl - Implement [ReprDeclLevel::lookup_via] as a functor
S<DeclarationPtr> -> S<Literal>. - to_
domain_ level_ default_ impl - Implement [ReprDeclLevel::to_domain_level] as a functor
S<DeclarationPtr> -> S<DomainPtr>.