Identical to min.
Identical to min.
instance of Min[U] for comparison
wrapped instance of T
If this instance wraps a smaller T than r, returns this
instance, else returns r.
If this instance wraps a smaller T than r, returns this
instance, else returns r.
instance of Min[U] for comparison
Tracks the minimum wrapped instance of some ordered type
T.Min[T] is a Semigroup for all types
T. IfThas some maximum element (LonghasLong.MaxValue, for example), then Min[T] is a Monoid.wrapped instance of
T