CurryFn is for make curry function
func(...T) T
| 46 | |
| 47 | // CurryFn is for make curry function |
| 48 | type CurryFn[T any] func(...T) T |
| 49 | |
| 50 | // New make a curry function for specific value. |
| 51 | // Play: https://go.dev/play/p/5HopfDwANKX |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…