pub fn str2space<T: DType, const N: usize>(s: &str, to: Space) -> Option<[T; N]>where Channels<N>: ValidChannels,
Convert a string into a pixel of the requested Space.
Shorthand for str2col() -> convert_space()