cmov

Conditional move: t = u, if and only if b != 0.

@safe nothrow @nogc
void
cmov
(
,
in ref ge_precomp u
,
in bool b
)
in { assert (b == 0 || b == 1); }

Meta