Variable Set.minval

struct Set
{
  // ...
  T minval = T.min;
  // ...
}