[−][src]Function amethyst_rendy::rendy::hal::memory::cast_slice
pub fn cast_slice<A, B>(slice: &[A]) -> &[B] where
A: Pod,
B: Pod,
Cast a slice from one POD type to another.
pub fn cast_slice<A, B>(slice: &[A]) -> &[B] where
A: Pod,
B: Pod,
Cast a slice from one POD type to another.