Join Slack
Powered by
is there a go function that allows me to return th...
# general
s
sparse-twilight-39311
12/11/2024, 4:18 PM
is there a go function that allows me to return the inner type of an
Output
? something like:
Copy code
func ApplyErr[A1, B any]( i1 Input[A1], fn func(A1) (B, error), ) B
Open in Slack
Previous
Next