pub fn map_defun<O0: Into<Output>, O1: Into<Output>>( arguments: O0, captured_inputs: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for MapDefun::new().build(arguments, captured_inputs, scope).
MapDefun::new().build(arguments, captured_inputs, scope)