Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type stability of Base.to_index for long tuples
Helps #9622; getindex is now inlined up to N=6 and setindex! up to N=5. Any higher dimensions are limited by MAX_TUPLETYPE_LEN.
- Loading branch information