Limits

Limit/Span (Min,Max) Pair.

TODO: Simultaneous min and max (minmax) can be optimized to 3/4 comparison. TODO: Decide on either Span, MinMax or Limits

struct Limits (
T
) {
@property
auto _lims;
}

Alias This

_lims

Members

Functions

include
auto ref include(T a)

Expand Limits to include a.

See Also

Meta