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