capacity property

int capacity

chunk 的容量

Implementation

int get capacity {
  return end - start + 1;
}