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