pub fn is_nursery_gc<VM: VMBinding>(plan: &dyn Plan<VM = VM>) -> bool
Expand description

Is current GC only collecting objects allocated since last GC? This method can be called with any plan (generational or not). For non generational plans, it will always return false.