brillig_vm

Type Alias BranchToFeatureMap

Source
pub type BranchToFeatureMap = HashMap<Branch, UniqueFeatureIndex>;
Expand description

A map for translating encountered branching logic to features for fuzzing

Aliased Typeยง

struct BranchToFeatureMap { /* private fields */ }