Type Definition zerogc::epsilon::GcString

source · []
pub type GcString<'gc> = GcString<'gc, EpsilonCollectorId>;
Expand description

A garbage collected string that uses the epsilon collector.

WARNING: This never actually collects any garbage