Min<T extends Comparable<Object?> >.open constructor
const
Min<T extends Comparable<Object?> >.open (
- T value
Creates a Min with the open lower bound.
In other words, this range excludes value
, i.e. { x | value < x }
.
Implementation
const Min.open(this.value): open = true;