destroy method

void destroy()

Destroy all _buffers.

Implementation

void destroy() {
  while (size > 0) {
    prune();
  }
}