Function byte_fmt::try_ab

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