Note: the "SparseArray" mentioned here concerns only an example in the documentation.
On Monday, August 17, 2015 at 6:26:38 PM UTC+2, Sisyphuss wrote: > > In the documentation: > http://docs.julialang.org/en/latest/manual/interfaces/ > > The definition of `SparseArray` uses `Int` as index, which means it cannot > be indexed by `Int128`. Should it be more generic? > > Besides, surprisingly, one can use `Int128` to index an Array. >
