Skip to content

Add right and left versions to plus() and minus()

Joan Solà Ortega requested to merge plus_right_left into master

We keep plus() = plus_right() and minus() = minus_right() for backwards compatibility, and because the right versions are the most widely used.

Merge request reports