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
}
M2::ARingZZp::ElementType
int ElementType
Definition
aring-zzp.hpp:81
M2
ARingZZp
Generated on
for Macaulay2 Engine by
1.15.0