decimalMax

Undocumented in source. Be warned that the author may not have intended to support it.

package
decimalMax
(
D1
D2
D
)
(
auto const ref D1 x
,
auto const ref D2 y
,
out D z
)
if (
isDecimal!(D1, D2, D) &&
is(D : CommonDecimal!(D1, D2))
)

Meta