Type Definition zerogc::epsilon::GcArray

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

A garbage collected array that uses the epsilon collector

WARNING: This never actually collects any garbage.