pub const DOTNET_GC_HEAP_GENERATION: &'static str;
Expand description

Name of the garbage collector managed heap generation.

ยงExamples

  • "gen0"
  • "gen1"
  • "gen2"