pub type RColumn<T> = RArray<T, [usize; 1]>;
struct RColumn<T> { /* private fields */ }
Make a new column type.
Get the number of rows.