Answers for "Value of type '[String]' has no member 'flatmap'"

0

Value of type '[String]' has no member 'flatmap'

compactMap(_:) was introduced in Swift 4.1; in Swift 4.0.x it's flatMap(_:).
Posted by: Guest on May-08-2020

Code answers related to "Value of type '[String]' has no member 'flatmap'"

Browse Popular Code Answers by Language