fn capacity(self: Self) usize

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

Parameters

self: Self,