We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fa6ce commit d6ba55eCopy full SHA for d6ba55e
src/table_column.rs
@@ -1,6 +1,6 @@
1
macro_rules! make_table_column {
2
($name: ident, $index: ident) => {
3
- /// Immutable view of a column
+ /// Immutable view of a (non-ragged) column
4
#[derive(Clone, Debug)]
5
#[repr(transparent)]
6
pub struct $name<'table, T>(&'table [T]);
0 commit comments