static fun <T : UInt32Value<T>> min(v1: T, v2: T): T
Returns the minimum of two UInt32 values.
v1 - The first value.
v1
v2 - The second value.
v2
- The concrete type of the two values.
Return The minimum of v1 and v2.