Junior — Senior
Where are the array elements located
livecode
Task condition
Determine in which memory area the array containing elements that conform to the Equatable protocol will be placed. Pay attention to typing and storage features in Swift.
let array: [any Equatable] = [obj1, obj2, ...]