pub type Data = DataDomain<ValueDomain>;
Expand description

The abstract domain type for representing register values.

Aliased Type§

struct Data { /* private fields */ }