Avatar
片方だけでてる
7:21 AM
@swift-4.2.4 func fatal() -> Int { fatalError() } [1, 2, 3] .map { a -> Void in return (a, fatal()) } .forEach { print("-") }