DynamicQueue.auto_shrink

When set to 'true`, will automatically shift all items in the underlying array to utilize freed space. It is a recommended default.

class DynamicQueue(T)
bool auto_shrink;

Meta