Type Definition zerogc::epsilon::GcVec

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

A garbage collected array that uses the epsilon collector

WARNING: This never actually collects any garbage.