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