DoxigAlpha

count

Return the number of elements remaining in the dequeue

Function parameters

Parameters

#

Priority Dequeue for storing generic data.

Functions

#
PriorityDequeue
Priority Dequeue for storing generic data.

Source

Implementation

#
pub fn count(self: Self) usize {
    return self.len;
}