pub type U32Vector = U32Vector<2, 16>;
Two AVX2 vectors with sixteen total u32 lanes.
struct U32Vector(/* private fields */);