Python3 Type Safe partial_apply
I’m trying to implement a helper function which partial apply arguments to a specific function and return a new function
I’m trying to implement a helper function which partial apply arguments to a specific function and return a new function