matlantis_features.features.elasticity.utils.swap_ij(ind: Tuple[_T, _T]) Tuple[_T, _T]#

Swap the first and second args.

Parameters

ind (tuple[_T, _T]) – Input args.

Returns

Swapped args.

Return type

tuple[_T, _T]