length property

int length

Implementation

int get length => (_tail - _head) & (_table.length - 1);