I am attempting to match up some values using keys that appear in two arrays. The keys are not unique and can appear multiple times in each array. I want to match them up based on the order in which the occur in the sets array. Below is where I am at right now:I am attempting to match up some values using k