static fun <T : UInt256Value<T>!> max(v1: T, v2: T): T
Returns the maximum of two UInt256 values.
v1 - T: The first value.
v1
v2 - T: The second value.
v2
- The concrete type of the two values.
Return T: The maximum of v1 and v2.