Ios swift – Getting 'Fatal error index out of range' in two layer Lazy Stack with using ForLoop SwiftUI
I have an array of elements that contains a nested array of other elements inside. When deleting a row of an array, sometimes a crash occurs with the message 'Swift/ContiguousArrayBuffer.swift:600: Fatal error: Index out of range' not pointing at concrete…