Hacker News new | ask | show | jobs
by soegaard 456 days ago

    fun flip_first([Posn(x, y), more, ...]):
      [Posn(y, x), more, ...]