Skip to main content

is_aligned

Function is_aligned 

Source
pub fn is_aligned<T>(ptr: *const T) -> bool
Expand description

Check if a pointer is properly aligned for SIMD operations.