Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 239 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 239 Bytes

dequeue

Catenable Dequeue's. All atomic operations (besides fromList, which is O(n)) are guaranteed amortized O(1), even when used persistently. This includes cons, snoc, uncons, unsnoc, (<>), reverse, and length.