Type Definition aorist_extendr_api::wrapper::matrix::RColumn[][src]

pub type RColumn<T> = RArray<T, [usize; 1]>;

Implementations

Make a new column type.

Get the number of rows.

Trait Implementations

The type returned in the event of a conversion error.

Performs the conversion.