pub const unsafe fn simd_extract<T, U>(x: T, idx: u32) -> U
core_intrinsics)
Extracts an element from a vector.
T must be a vector with element type U, and idx must be const.
idx must be const and in-bounds of the vector.
© 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_extract.html