[][src]Function arrow::memory::is_aligned

pub fn is_aligned<T>(p: *const T, a: usize) -> bool

Check if the pointer p is aligned to offset a.