Function simd_and

unsafe const fn simd_and<T>(x: T, y: T) -> T

"And"s vectors elementwise.

T must be a vector of integers.