pub fn stage_peek<O0: Into<Output>>( index: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for StagePeek::new().build(index, scope).
StagePeek::new().build(index, scope)