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

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