func haTakeThatPerl() -> some Numeric { 3 } func haTakeThatPerl() -> [Any] { ["tra", "la"] } func haTakeThatPerl() -> [some Hashable : Any] { ["color": "schmolor"] } print(haTakeThatPerl() + 1) print(haTakeThatPerl().reversed()) print(haTakeThatPerl().keys)
https://media.hachyderm.io/media_attachments/files/114/029/063/535/652/161/original/e37cb27853fbb458.png