class SafeHash(K, V)
- SafeHash(K, V)
- Reference
- Object
Included Modules
Defined in:
mt_helpers/safe_types/safe_hash.crConstructors
- .new(inner : Hash(K, V) = Hash(K, V).new) forall K, V
- .new(initial_capacity = nil, &block : Hash(K, V), K -> V) forall K, V