Skip to content

Commit

Permalink
Iterator(Array(T)) -> Iterator(V)
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhuvud committed Jan 10, 2019
1 parent 2a2e839 commit 987257f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iterator.cr
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ module Iterator(T)
end

private struct Cons(I, T, N, V)
include Iterator(Array(T))
include Iterator(V)
include IteratorWrapper

def initialize(@iterator : I, @n : N, values : V, reuse)
Expand Down

0 comments on commit 987257f

Please sign in to comment.