Function with_capacity

Source
pub fn with_capacity<'a, Message: Clone + 'static>(
    capacity: usize,
) -> Section<'a, Message>
Expand description

A section with a pre-defined list column of a given capacity.