pub fn ordered_map_unstage_no_key<O0: Into<Output>>(
    indices: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for OrderedMapUnstageNoKey::new().build(indices, scope).