menu
archery package
documentation
archery/archery.dart
HeapPriorityQueue<E>
isNotEmpty property
isNotEmpty property
dark_mode
light_mode
isNotEmpty
property
@
override
bool
get
isNotEmpty
override
Whether the queue has any elements.
Implementation
@override bool get isNotEmpty => _length != 0;
archery package
documentation
archery/archery
HeapPriorityQueue<E>
isNotEmpty property
HeapPriorityQueue class