pub const unsafe fn simd_splat<T, U>(value: U) -> T🔬This is a nightly-only experimental API. (
core_intrinsics)Expand description
Creates a vector where every lane has the provided value.
T must be a vector with element type U.