pub fn map_unstage<O0: Into<Output>, O1: Into<Output>>( key: O0, indices: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for MapUnstage::new().build(key, indices, scope).
MapUnstage::new().build(key, indices, scope)