Closed malbarbo closed 9 years ago
julia> n = 33 33 julia> PersistentVector(fill((), n)) ERROR: `getindex` has no method matching getindex(::(), ::())
With n <= 32 it works.
n <= 32
It still fail with tuple of any size.
With
n <= 32
it works.It still fail with tuple of any size.