pub fn lower_bound<O0: Into<Output>, O1: Into<Output>>( sorted_inputs: O0, values: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for LowerBound::new().build(sorted_inputs, values, scope).
LowerBound::new().build(sorted_inputs, values, scope)