pub type TranspilationCache<const N: usize> = CircuitCache<TranspilationResult<N>>;Expand description
Specialized cache for transpilation results
Aliased Typeยง
pub struct TranspilationCache<const N: usize> { /* private fields */ }pub type TranspilationCache<const N: usize> = CircuitCache<TranspilationResult<N>>;Specialized cache for transpilation results
pub struct TranspilationCache<const N: usize> { /* private fields */ }