compactMap is quite similar to the map(_:) in functionality, the only difference is that it handle the nil and only return non-nil values. Also, ...
確定! 回上一頁