pub const unsafe fn simd_arith_offset<T, U>(ptr: T, offset: U) -> T
core_intrinsics)
Calculates the offset from a pointer vector elementwise, potentially wrapping.
T must be a vector of pointers.
U must be a vector of isize or usize with the same number of elements as T.
Operates as if by <ptr>::wrapping_offset.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/intrinsics/simd/fn.simd_arith_offset.html