poolAliveElementsSize property

int get poolAliveElementsSize
inherited

Implementation

int get poolAliveElementsSize =>
    poolCreatedElementsCount - poolDisposedElementsCount;