Tags: gammazero/deque
Tags
Fix Clear not zeroing items when buffer full (#26) * Fix Clear not zeroing items when buffer full When the deque buffer is full Clear was not zeroing the items in it. This fixes that problem. Additional changes: - New out-of-range panic messages - Minor document spelling and formatting fixes