fe_cswap

Conditional swap. Replace (f,g) with (g,f) if b == 1; replace (f,g) with (f,g) if b == 0.

@safe nothrow @nogc
void
fe_cswap
(
ref fe f
,
ref fe g
,
in uint b
)

Parameters

b uint

0 or 1

Meta