package lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Stdune.QueueSource

Sourcetype 'a t
Sourceval create : unit -> 'a t
Sourceval push : 'a t -> 'a -> unit
Sourceval pop : 'a t -> 'a option
Sourceval pop_exn : 'a t -> 'a
Sourceval peek : 'a t -> 'a option
Sourceval peek_exn : 'a t -> 'a
Sourceval clear : 'a t -> unit
Sourceval copy : 'a t -> 'a t
Sourceval is_empty : 'a t -> bool
Sourceval length : 'a t -> int
Sourceval iter : 'a t -> f:('a -> unit) -> unit
Sourceval fold : 'a t -> f:('b -> 'a -> 'b) -> init:'b -> 'b
Sourceval transfer : 'a t -> 'a t -> unit
Sourceval to_list : 'a t -> 'a list
OCaml

Innovation. Community. Security.