Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes, Julia does support arbitrary indexing because base functions are written in terms of `firstindex`, `eachindex` and `lastindex` etc.

One can see it in the implementation of `filter!` for example https://github.com/JuliaLang/julia/blob/ab4e036b9209967b4273... :



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: