[][src]Function glsp::str_with_capacity

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

Notable traits for Root<GIter>

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

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