Function veloren_world::util::seed_expan::cast_u32x8_u8x32

source ยท
fn cast_u32x8_u8x32(a: [u32; 8]) -> [u8; 32]
Expand description

The zerocopy crate exists and can replace this function. We should evaluate using it when we have multiple usage spots for it. For now we have this safe alternative.