Why restrict it to Int elements? I would think that any element whose type <: Integer would be fine.
On Sunday, July 19, 2015 at 4:08:41 PM UTC-4, Matt Bauman wrote:
>
> I think we should probably support indexing with Array{Any}, just so long
> as all the contained elements are Ints. It's not performant or recommended,
> but it can still work just fine.
