min property

({bool open, T value}) min
final

The minimum value and whether the lower bound is open.

In other words, whether this interval excludes min, i.e. { x | min < x }.

Implementation

final ({T value, bool open}) min;