Const
Turn a binary function into a pair-wise binary function, for example one that operates on two Vector2s.
Vector2
Vec2.map2
A function that takes two values and calculates one.
A function that runs op pair-wise on both arguments, constructing a new pair.
op
Turn a binary function into a pair-wise binary function, for example one that operates on two
Vector2s.