pub fn mutable_dense_hash_table_v2<O0: Into<Output>, O1: Into<Output>>(
    empty_key: O0,
    deleted_key: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for MutableDenseHashTableV2::new().build(empty_key, deleted_key, scope).