Macaulay2 Engine
Loading...
Searching...
No Matches

◆ swap()

void M2::ARingZZpFlint::swap ( ElementType & a,
ElementType & b ) const
inline

Definition at line 269 of file aring-zzp-flint.hpp.

270 {
271 ElementType tmp = a;
272 a = b;
273 b = tmp;
274 }