[][src]Function glsp_engine::str_with_capacity

pub fn str_with_capacity(capacity: usize) -> Root<Str>

Notable traits for Root<GIter>

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

Constructs an empty string with space for at least capacity characters.