Avatar
func flatMap<SegmentOfResult>(_ transform: (Self.Element) throws -> SegmentOfResult) rethrows -> [SegmentOfResult.Element] where SegmentOfResult : Sequence https://developer.apple.com/documentation/swift/sequence/2905332-flatmap
7:23 AM
Array じゃないといけないのかと思ってた。
7:23 AM
戻り値が Array なだけか。