The minimum value and whether the lower bound is open.
In other words, whether this interval excludes min, i.e. { x | min < x }.
{ x | min < x }
final ({T value, bool open}) min;