Does `Array` and `{Int,Float,...}Array` implement ...
# announcements
d
Does
Array
and
{Int,Float,...}Array
implement
Iterable
? I'm trying to write a method that can take either as input.
h
No but it has an
iterator()
method
d
Hmm, not good enough. I'll overload I guess.
h
easy enough