You can create an array with all elements from a given Swift Set simply with let array = Array(someSet). This works because Set conforms to the SequenceType ...
確定! 回上一頁