Mutable doubly-linked list with Lwt iterators
https://opam.ocaml.org/packages/lwt-dllist
A sequence is an object holding a list of elements which support
the following operations:
- adding an element to the left or the right in time and space O(1)
- taking an element from the left or the right in time and space O(1)
- removing a previously added element from a sequence in time and space O(1)
- removing an element while the sequence is being transversed.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:ocaml/ocaml-lwt-dllist && cd $_
- Create Badge
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000058 58 Bytes | |
_service | 0000000707 707 Bytes | |
ocaml-lwt-dllist-1.1.0.tar.xz | 0000007108 6.94 KB | |
ocaml-lwt-dllist.changes | 0000000141 141 Bytes | |
ocaml-lwt-dllist.spec | 0000002574 2.51 KB |
Comments 0