[][src]Type Definition bae_rs::sounds::complex_sound::Graph

type Graph = DiGraph<BasicBlockRc, ()>;

Alias for the graph type used by ComplexSound.