pub type LowLevelILMutableFunction = LowLevelILFunction<Mutable, NonSSA>;
Expand description
Mutable low-level IL, used when lifting in architectures and modifying IL in workflow activities.
Aliased Type§
struct LowLevelILMutableFunction { /* private fields */ }