I was thinking of [Void: Void]
, but I guess there's not always going to be a good equivalent -- what about AsyncLineSequence
for example? Would I have to say something like AsyncLineSequence<TaskGroup<UInt8>>
? There is no AnyAsyncSequence<T>
type, and the AsyncSequence
protocol doesn't currently support the generic syntax.