Vector Variables - Add Min/Max

I tend to use Vector2D variables for creating “tiles”, X / Y values (instead of using 2x integer variables)… One thing I would like to see are min/max values that can be set. Currently I am doing it through using bool tests, but it would be nice to have it in the default settings for the variable.