Avatar
Avatar
omochimetaru
@swift-5.9.2 @swift-5.10 public final class Function<R, each A> { public init( _ body: @escaping (repeat each A) -> R ) { self.body = body } public var body: (repeat each A) -> R public func callAsFunction(_ args: repeat each A) -> R { body(repeat each args) } }
swift510 BOT 4/22/2024 1:03 PM
no output