[][src]Function glsp_engine::tab_with_capacity

pub fn tab_with_capacity(capacity: usize) -> Root<Tab>

Notable traits for Root<GIter>

impl Iterator for Root<GIter> type Item = GResult<Val>;

Constructs an empty table with space for at least capacity elements.