MIN

Return the minimum of two operands.

extern (C)
MIN
(
T
U
)
(
T A
,
U B
)

Return Value

Type: auto

Minimum of two operands.

Meta