Skip to main content

BasicTableView

Type Alias BasicTableView 

Source
pub type BasicTableView<'a> = BasicTableBase<&'a [f32], &'a [usize]>;
Expand description

A BasicTableBase that references its contents. Construction of such a table will not result in a memory allocation.

Aliased Typeยง

pub struct BasicTableView<'a> { /* private fields */ }