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