GC top-level property

GarbageCollector GC
final

The global, singleton garbage collector instance used by JetLeaf.

This instance is lazily initialized and shared across the runtime, providing a centralized garbage management facility.

Implementation

final GarbageCollector GC = _GarbageCollector._();