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.
Stack
append
1 parent 32c9e8d commit 495433cCopy full SHA for 495433c
overviews/collections/performance-characteristics.md
@@ -19,7 +19,7 @@ Performance characteristics of sequence types:
19
| `List` | C | C | L | L | C | L | - |
20
| `Stream` | C | C | L | L | C | L | - |
21
| `Vector` | eC | eC | eC | eC | eC | eC | - |
22
-| `Stack` | C | C | L | L | C | C | L |
+| `Stack` | C | C | L | L | C | L | L |
23
| `Queue` | aC | aC | L | L | L | C | - |
24
| `Range` | C | C | C | - | - | - | - |
25
| `String` | C | L | C | L | L | L | - |
0 commit comments