pub fn compare_and_bitpack<O0: Into<Output>, O1: Into<Output>>( input: O0, threshold: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for CompareAndBitpack::new().build(input, threshold, scope).
CompareAndBitpack::new().build(input, threshold, scope)