Standard.BaseDataPairmapOn this pagePair.map mapfun Documentation Applies the provided function to both elements of the pair. Examples Adding one to two elements of the pair. (Pair 1 2).map (+1) == (Pair 2 3)