[][src]Function gates::and

pub fn and<T>(a: T, b: T) -> Signal where
    T: Into<Signal>,