package encore

  1. Overview
  2. Docs

Module Encore.FQueueSource

Sourcetype +'a t
Sourceexception Empty
Sourceval empty : 'a t
Sourceval is_empty : 'a t -> bool
Sourceval push : 'a t -> 'a -> 'a t
Sourceval shift : 'a t -> 'a * 'a t
Sourceval cons : 'a t -> 'a -> 'a t
Sourceval map_last : ('a -> 'a) -> 'a t -> 'a t
Sourcetype 'a sequence = ('a -> unit) -> unit
Sourceval to_seq : 'a t -> 'a sequence
Sourceval iter : ('a -> unit) -> 'a t -> unit
Sourceval fold : ('b -> 'a -> 'b) -> 'b -> 'a t -> 'b
Sourceval to_list : 'a t -> 'a list
Sourceval of_list : 'a list -> 'a t
Sourceval pp : 'a Fmt.t -> 'a t Fmt.t
OCaml

Innovation. Community. Security.