コード例 #1
0
 def Swap(self, other):
     return _vector.Vector_Swap(self, other)
コード例 #2
0
 def Swap(self, other):
     r"""Swap(Vector self, Vector other)"""
     return _vector.Vector_Swap(self, other)