tuweni / org.apache.tuweni.units.bigints / UInt256s / min

min

static fun <T : UInt256Value<T>!> min(v1: T, v2: T): T (source)

Returns the minimum of two UInt256 values.

Parameters

v1 - T: The first value.

v2 - T: The second value.

- The concrete type of the two values.

Return
T: The minimum of v1 and v2.