Whether the upper bound is closed.
In other words, whether the range includes value, i.e. { x | x <= value }.
{ x | x <= value }
bool get closed => !open;