We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7a348 commit 0dae514Copy full SHA for 0dae514
1 file changed
README.md
@@ -202,9 +202,7 @@ Direction.BACK; // tail / newest side
202
- `push(item: T, direction: Direction): void`
203
- `pop(direction: Direction): T | undefined`
204
- `get(direction: Direction): T | undefined`
205
-- `get(direction: Direction, count: number): T[]`
206
-- FRONT count: oldest → newer
207
-- BACK count: newest → older
+- `get(direction: Direction, count: number): T[]` FRONT count: oldest → newer, BACK count: newest → older
208
209
- `clear(): void`
210
- `resize(newCapacity: number): void` (logical capacity)
@@ -381,7 +379,3 @@ MIT
381
379
PRs are welcome!
382
380
383
If you find a bug or want a feature, please open an issue.
384
-
385
-```
386
387
0 commit comments