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

◆ swap()

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

Definition at line 322 of file aring-zzp.hpp.

323 {
324 ElementType tmp = a;
325 a = b;
326 b = tmp;
327 }