Skip to main content

Line

Type Alias Line 

Source
pub type Line = Vec<Cell>;
Expand description

A single line of cells, used by helpers that allocate owned rows (e.g. fill_line). Buffer accessors return slices (&[Cell]) so callers don’t pay an extra dereference through a per-row Vec.

Aliased Type§

pub struct Line { /* private fields */ }