pub fn mutable_dense_hash_table<O0: Into<Output>>( empty_key: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for MutableDenseHashTable::new().build(empty_key, scope).
MutableDenseHashTable::new().build(empty_key, scope)