Fixed-size array APIs for bitwise Hamming distance.
Use this module when the vector size is known at compile time (e.g., 1024-bit embeddings stored as [u8; 128]). This is faster than the equivalent slice API.
[u8; 128]
slice