package biocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type nonrec 'a t = ('a, 'a, int, int) t
val create : ?n:int -> unit -> 'a t
val add : 'a t -> 'a -> int -> unit
val tick : 'a t -> 'a -> unit
val stream : 'a t -> ('a * int) Stream.t
val of_stream : 'a Stream.t -> 'a t
val to_alist : 'a t -> ('a * int) list