pub type RColumn<T> = RArray<T, [usize; 1]>;
Make a new column type.
Get the number of rows.
The type returned in the event of a conversion error.
Performs the conversion.