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

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