We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881100e commit 81fcbefCopy full SHA for 81fcbef
pkgs/collection/lib/src/queue_list.dart
@@ -5,10 +5,6 @@
5
import 'dart:collection';
6
7
/// A class that efficiently implements both [Queue] and [List].
8
-// TODO(nweiz): Currently this code is copied almost verbatim from
9
-// dart:collection. The only changes are to implement List and to remove methods
10
-// that are redundant with ListMixin. Remove or simplify it when issue 21330 is
11
-// fixed.
12
interface class QueueList<E> with ListMixin<E> implements Queue<E> {
13
/// Adapts [source] to be a `QueueList<T>`.
14
///
0 commit comments