pub type RVector<T> = RArray<T, 1>;Expand description
A 1-dimensional R vector with explicit dim attribute.
Aliased Type§
#[repr(transparent)]pub struct RVector<T> {
sexp: SEXP,
_marker: PhantomData<*const T>,
}Fields§
§sexp: SEXP§_marker: PhantomData<*const T>Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes