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.
Queue
prepend
1 parent 4be3721 commit ba19eaeCopy full SHA for ba19eae
overviews/collections/performance-characteristics.md
@@ -20,7 +20,7 @@ Performance characteristics of sequence types:
20
| `Stream` | C | C | L | L | C | L | - |
21
| `Vector` | eC | eC | eC | eC | eC | eC | - |
22
| `Stack` | C | C | L | L | C | L | L |
23
-| `Queue` | aC | aC | L | L | L | C | - |
+| `Queue` | aC | aC | L | L | C | C | - |
24
| `Range` | C | C | C | - | - | - | - |
25
| `String` | C | L | C | L | L | L | - |
26
| **mutable** | | | | | | | |
0 commit comments