SyntaxFix
Write A Post
Hire A Developer
Questions
Why not use the built in functionality built especially for this task?
let myArray: [Any] = ["easy", "as", "that"] let type = type(of: myArray) Result: "Array<Any>"