ResourceArena.cycleNumber

Number of the current cycle. Cycles are used to determine the lifetimes stored in the arena. This field is incremented every time a new cycle starts.

struct ResourceArena(T)
int cycleNumber;

Meta