Function try_ab

pub const fn try_ab<const N: usize>(
    val: &[u8],
) -> Result<AB<[u8; N]>, FitSliceErr>