Mount Fuji Engine  0.8b
void Swap ( T **  p1,
T **  p2 
)

Swaps 2 items placement in the list.

Parameters
p1Iterator pointing to the first item pointer.
p2Iterator pointing to the second item pointer to exchange position with the first.
Returns
None.