class Hash(K, V)
- Hash(K, V)
- Reference
- Object
Overview
A Hash
represents a mapping of keys to values.
See the official docs for the basics.
Included Modules
- Enumerable({K, V})
- Iterable({K, V})
A Hash
represents a mapping of keys to values.
See the official docs for the basics.