swizzle

Crates.ioswizzle
lib.rsswizzle
version0.1.0
created_at2025-07-13 15:20:56.141378+00
updated_at2025-07-13 15:20:56.141378+00
descriptionswizzling for arrays (and tuples)
homepage
repositoryhttps://github.com/bend-n/swizzle
max_upload_size
id1750584
size3,722
bendn (bend-n)

documentation

README

swizzle

simd swizzle for arrays.

use swizzle::array;
assert_eq!(
    [10, 11, 12, 13, 14, 15].swizzle([3, 0, 1, 2, 5]),
    [13, 10, 11, 12, 15]
);
Commit count: 0

cargo fmt