☰
RewriteMap
In calyx_ir::rewriter
?
Type Definition
calyx_ir
::
rewriter
::
RewriteMap
source
·
[
−
]
pub type RewriteMap<T> =
HashMap
<
Id
,
RRC
<T>>;
Expand description
A rewrite map from
ir::Id
to [T].