I mistakenly typed something like this in Swift:
var a = [Int, Int, Int]()
and it compiles ... but I don't know what that might represent ...
Any ideas? Can anyone explain the semantic meaning of this?
Thank you, happy encoding for everyone,
source
to share