menu
stl
stl.dart
PriorityQueue
<
T
>
size property
size
dark_mode
light_mode
size
property
int
get
size
Returns the number of elements in the priority queue.
Implementation
int get size => _heap.length;
stl
stl
PriorityQueue
<
T
>
size property
PriorityQueue class