You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2025. It is now read-only.
BSFishy edited this page Feb 25, 2020
·
1 revision
A simple check to see if one value is less than another.
This is basically a cleaner and more expressive way of writing Left < Right.
If the values are not meant to be directly compared, don't use this macro.
It compares the values directly without checking for special types.
This means that things like floating point inaccuracy is likely if you do use this.