We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The below snippet throws IndexError with the normal GC, but instead crashes with a segmentation fault on --gc:arc
IndexError
--gc:arc
let a = @[1] echo a[2]
Activity