What is the easiest way to force a crash in Swift?
I would like to use only one line of code (something that I can add quickly).
I don\'t want to use breakp
[0][1]
This tries to access second element of a one element array.