calyx_ir::rewriter

Type Alias RewriteMap

Source
pub type RewriteMap<T> = HashMap<Id, RRC<T>>;
Expand description

A rewrite map from ir::Id to [T].

Aliased Typeยง

struct RewriteMap<T> { /* private fields */ }