Comment by bobbylarrybobby
4 years ago
Do you explicitly indicate the type of the array? E.G., `let array: [Bazinga] = [ … 70k elements …]` instead of `let array = [ … 70k elements …]`.
4 years ago
Do you explicitly indicate the type of the array? E.G., `let array: [Bazinga] = [ … 70k elements …]` instead of `let array = [ … 70k elements …]`.
I will try giving it an explicit type when I’m on the computer again. Would be nice if that turns out to make it behave nicely.