Integer comparison
With <=>
:
A three-way comparison such as <=>
actually returns an Order
enum which stringifies into 'Decrease', 'Increase' or 'Same'. So if it's ok to use this particular vocabulary, you could say that this task is actually a built in:
Last updated