A protip by depl0y about extension and swift. ... extension Array { func forEach(iterator: (T) -> Void) -> Array { for item in self ...
確定! 回上一頁