[Pitch] `Never` as the parameter type for function that does not take a parameter

If SE-0347 gets accepted we could perhaps also use default arguments?

struct PassthroughSubject<Output> {
  func send(_ output: Output = ())
}
2 Likes