MAX

Return the maximum of two operands.

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

Return Value

Type: auto

Maximum of two operands.

Meta