Plasma GitLab Archive
Projects Blog Knowledge

Plasma Project:
Home 
Manual 
FAQ 
Slides 
Perf 
Releases 
sig
  type point = int64
  type key = point * point
  type value = Pfs_rpcapi_aux.blockinfo
  type t
  val empty : t
  val add : key -> value -> t -> t
  val remove : key -> t -> t
  val sub : key -> t -> t
  val iter : (key -> value -> unit) -> t -> unit
  val fold : (key -> value -> '-> 'a) -> t -> '-> 'a
  val find : point -> t -> key * value
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml