Trait GateLike
Other items inlogic_circus
pub trait GateLike { fn compute(&mut self, input: Vec<bool>) -> Vec<bool>; fn num_of_inputs(&self) -> usize; }
fn compute(&mut self, input: Vec<bool>) -> Vec<bool>
fn num_of_inputs(&self) -> usize
impl GateLike for Infallible
fn compute(&mut self, _input: Vec<bool>) -> Vec<bool>
impl<Rust> GateLike for GateKind<Rust> where Rust: GateLike,
impl<Rust> GateLike for RustImpls<Rust> where Rust: GateLike,
impl<Rust> GateLike for Component<Rust> where Rust: GateLike,