Skip to main content

String

Type Alias String 

Source
pub type String = StringA<Global>;
Expand description

A UTF-8–encoded, growable string allocated from Global.

Aliased Type§

pub struct String(/* private fields */);