[][src]Function duckduckgeo::array2_inner_try_into

pub fn array2_inner_try_into<B: Copy, A: TryFrom<B>>(
    a: [B; 2]
) -> Result<[A; 2], A::Error>

convert an array of elements of type B to type A.