Standard.BaseDataPaircontainsOn this pagePair.contains containselem Group: Logical Documentation Checks whether this pair contains a given value as an element. Arguments elem: The item to see if it exists in the pair. Examples Checking if the vector contains the number 72. Pair.new 1 42 . contains 72