menu
stl
stl.dart
PriorityQueue
<
T
>
isNotEmpty property
isNotEmpty
dark_mode
light_mode
isNotEmpty
property
bool
get
isNotEmpty
Returns
true
if the priority queue is not empty.
Implementation
bool get isNotEmpty => _heap.isNotEmpty;
stl
stl
PriorityQueue
<
T
>
isNotEmpty property
PriorityQueue class