static Pair> cloneWebWithReverseMap(Web web) { Pair> p = cloneWebWithMap(web); ret pair(p.a, reversedMap(p.b)); }