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