menu
stl
stl.dart
Vector
<
T extends Comparable
>
empty method
empty
dark_mode
light_mode
empty
method
bool
empty
(
)
Returns true if the vector contains no elements.
Implementation
bool empty() => _data.isEmpty;
stl
stl
Vector
<
T extends Comparable
>
empty method
Vector class