Function with_capacity

Source
pub fn with_capacity<'a, Message: 'static>(
    capacity: usize,
) -> ListColumn<'a, Message>