Avatar
swift40 BOT 6/7/2018 2:23 PM
exit status: 1 with stderr:<stdin>:3:16: error: use of unresolved identifier 'compactMap' return compactMap { $0 } ^~~~~~~~~~ <stdin>:2:17: note: did you mean 'compact'? public func compact<T>() -> [T] where Element == Optional<T> { ^ (edited)