fn capacity(self: Self) usize

Return the number of elements that can be added to the dequeue before more memory is allocated.

Parameters

self: Self,