package lwt-dllist

  1. Overview
  2. No Docs
Mutable doubly-linked list with Lwt iterators

Install

Dune Dependency

Authors

Maintainers

Sources

lwt-dllist-1.1.0.tbz
sha256=b0200651e37eaa24f027177bc01e266db43da48aa18146973d1d18336c325d69
sha512=0a34795203d1d6601285b631ac5016beece436ffe49eb2896fdf730913b66b0dc6192fdad6bd3d5cc3ad22a19627a9d6198189597ecd520af44b0b3db5e81f00

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.

Published: 30 Apr 2025

Dependencies (2)

  1. dune
  2. ocaml >= "4.02.0"

Dev Dependencies (1)

  1. lwt with-test

Conflicts

None

OCaml

Innovation. Community. Security.