Avatar
@rethrows public protocol AsyncIteratorProtocol { mutating func next() async throws -> Self.Element? } こんなrethrowsの書き方があるんですね…