package memtrace_viewer

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val id : t -> Id.t
val label : t -> X.t array
module Root : sig ... end
val get_child : root:Root.t -> t -> X.t -> t
val edge_length : t -> int
val edge_char : t -> int -> X.t
val iter_children : t -> root:Root.t -> f:(t -> unit) -> unit
val fold_children : t -> root:Root.t -> init:'a -> f:(t -> 'a -> 'a) -> 'a
val has_suffix : t -> bool
val suffix : t -> t
val parent : t -> t
val representative : t -> t
val total_count : t -> int
val light_count : t -> int
module Debug : sig ... end
module Debug_full : sig ... end