pub const fn array_concat_2(a: [u8; 2], b: [u8; 2]) -> [u8; 4]
Splits the input into two equal sized arrays.