We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 55c7584 commit af707fdCopy full SHA for af707fd
src/hash.cr
@@ -3,6 +3,7 @@
3
# See the [official docs](http://crystal-lang.org/docs/syntax_and_semantics/literals/hash.html) for the basics.
4
class Hash(K, V)
5
include Enumerable({K, V})
6
+ include Iterable({K, V})
7
8
getter size : Int32
9
@buckets_size : Int32
0 commit comments