Avatar
func f1() -> some Publisher<.Output = Int, .Failure: Error> { Just(1) }
3:37 AM
にできるかも?
3:38 AM
いや、 some Error でいいのか?