Function string_to_array

Source
pub fn string_to_array<T, const N: usize>(s: &str) -> Option<[T; N]>
where T: Zero + FromStr + Copy,