getOperationCount method
Gets the operation count for a specific element
Implementation
int getOperationCount(T element) => _operationCount[element] ?? 0;
Gets the operation count for a specific element
int getOperationCount(T element) => _operationCount[element] ?? 0;