So I have a struct: struct Category { let title: String let icons: [String] } And I want to extract all the strings out of it in order.
確定! 回上一頁