[][src]Function glsp::arr_with_capacity

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

Notable traits for Root<GIter>

impl Iterator for Root<GIter> type Item = Result<Val, GError>;

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