Avatar
norio_nomura 5/2/2017 4:10 AM
extension Array where Element == String { public func joined(separator: String = default) -> String } より extension Array where Element : BidirectionalCollection { public func joined() -> FlattenBidirectionalCollection<Array<Element>> } が優先されてる。
4:11 AM
優先順位の処理、これであってるのかな。