swap -package:massiv
base Data.Tuple,
extra Data.Tuple.Extra,
base-compat Data.Tuple.Compat,
protolude Protolude,
relude Relude.Container.Reexport,
base-prelude BasePrelude,
classy-prelude ClassyPrelude,
basic-prelude CorePrelude,
universum Universum.Container.Reexport,
ihaskell IHaskellPrelude,
base-compat-batteries Data.Tuple.Compat,
foundation Foundation,
Agda Agda.Utils.Tuple,
ghc-internal GHC.Internal.Data.Tuple,
rebase Rebase.Prelude Swap the components of a pair.
Swap the elements of the mutable array at the given indices.
O(1) Swap the elements at given type-safe positions using
Finites.
O(1) Swap the elements at the given type-safe positions using
Finites.
O(1) Swap the elements at the given type-safe positions using
Finites.
O(1) Swap the elements at the given type-safe positions using
Finites.
O(1) Swap the elements at the given type-safe positions using
Finites.
Convert an
Unfold that accepts a tuple as an argument into an
unfold that accepts a tuple with elements swapped.
swap = Unfold.lmap Tuple.swap
Pre-release
Swap the elements of a 2-tuple
Swaps two elements in the RC4 array.
QC.forAll (QC.choose (1,100)) $ \dim ->
QC.forAll (QC.choose (0, dim-1)) $ \i ->
QC.forAll (QC.choose (0, dim-1)) $ \j ->
Vector.unit (Shape.ZeroBased dim) i
==
(Vector.swap i j (Vector.unit (Shape.ZeroBased dim) j) :: Vector Number_)
Swap the positions of two songs.
Swap current window with the window in the given direction. Note:
doesn't work with floating windows (don't think it makes much sense to
swap floating windows).
swap the components of a pair.
swap a i j exchanges the positions of values at i
and j of a.
Looks up values from a list of tuples, in order to swap values in the
given pattern