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