raytk icon indicating copy to clipboard operation
raytk copied to clipboard

Support arbitrarily sized multi-inputs

Open t3kt opened this issue 4 years ago • 0 comments

This could potentially be done by having a merge operator which combines some fixed max number of definitions (e.g. 4), but marks the primary for each input in the resulting table. These could then be chained and merged and then fed into a combine operator that would look for those primary definitions.

This could be used to address #101, at least for multi-input cases. It wouldn't handle cases that don't use multi-input though.

t3kt avatar Feb 15 '21 19:02 t3kt