Function str2space

Source
pub fn str2space<T: DType, const N: usize>(s: &str, to: Space) -> Option<[T; N]>
Expand description

Convert a string into a pixel of the requested Space.

Shorthand for str2col() -> convert_space()