lwt-dllist
Mutable doubly-linked list with Lwt iterators
Description
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 22 May 2021
- Authors
- Maintainers
Sources
lwt-dllist-v1.0.1.tbz
sha256=e86ce75e40f00d51514cf8b2e71e5184c4cb5dae96136be24613406cfc0dba6e
sha512=1df7e8e12e01a5d32e1db746f922e05f23a67c0d20e72a5b9126fead1e04decdb062081574b1c410c822305ef4eac990b7dd69f36673db8f50b9db2152abad80
Dependencies
Reverse Dependencies
mirage-net-xen
>= "1.9.0"
mirage-solo5
= "0.6.0"
mirage-xen
>= "3.2.0"
netchannel
>= "2.1.0"
shared-memory-ring-lwt
>= "3.1.0"
tcpip
>= "3.7.0"
vmnet
>= "1.5.0"
xen-evtchn
>= "2.1.0"
xen-evtchn-unix
>= "2.1.0"
xen-gnt
>= "3.1.0"