def _swap_latlng()

in src/h3/_h3shape.py [0:0]


def _swap_latlng(ll1):
    ll1 = tuple(
        (b, a) for a, b in ll1
    )
    return ll1