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