Skip to content

Commit af707fd

Browse files
author
Ary Borenszweig
committedDec 17, 2016
Hash: include Iterable. Related to #3703
1 parent 55c7584 commit af707fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/hash.cr

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# See the [official docs](http://crystal-lang.org/docs/syntax_and_semantics/literals/hash.html) for the basics.
44
class Hash(K, V)
55
include Enumerable({K, V})
6+
include Iterable({K, V})
67

78
getter size : Int32
89
@buckets_size : Int32

0 commit comments

Comments
 (0)
Please sign in to comment.