I\'m trying to create a Redux utility that generates an action creator and case reducer from a 2-tuple of functions like this: [(...args: any[]) => Payload, (payloa
[(...args: any[]) => Payload, (payloa