[][src]Function glsp_engine::arr_with_capacity

pub fn arr_with_capacity(capacity: usize) -> Root<Arr>

Notable traits for Root<GIter>

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

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