|
@ -1286,7 +1286,7 @@ Memory View |
|
|
|
|
|
|
|
|
Deque |
|
|
Deque |
|
|
----- |
|
|
----- |
|
|
**Thread-safe list with efficient appends and pops from either side. Pronounced “deck”.** |
|
|
|
|
|
|
|
|
**Thread-safe list with efficient appends and pops from either side. Pronounced "deck".** |
|
|
|
|
|
|
|
|
```python |
|
|
```python |
|
|
from collections import deque |
|
|
from collections import deque |
|
|