I have an array of pairs like the example below:
array = [["human KIR2DS1", 446.0], ["mouse BMP-4", 446.0], ["mouse BMP-4", 446.0], ["mTIMP2 lot DAAP01", "435a"], ["hKIR3DL3 lot DDBL01", "435a"]]
I want to remove the duplicate pairs in the array. What is the shortest method to do this?
Setinstead so there's never a need to remove duplicates?