closed property

bool closed

Whether the lower bound is closed.

In other words, whether this range includes value, i.e. { x | value <= x }.

Implementation

bool get closed => !open;