pub fn leaked<'gc, T: GcSafe<'gc, EpsilonCollectorId> + 'static>(
    value: T
) -> Gc<'gc, T>
Expand description

Allocate a (fake) Gc that points to the specified value and leak it.

Since collection is unimplemented, this intentionally leaks memory.