Less Than: Compare if the first value is less than the second.
a < b
Less Than: Compare if a value is less than the given value.
(a) => a < b
Less Than: Compare if the first value is less than the second.