package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. internals : int;
  2. buds : int;
  3. leaves : int;
  4. extenders : int;
  5. extenders_point_previous : int;
  6. leaves_by_size : (int, int) Hashtbl.t;
  7. extender_length : (int, int) Hashtbl.t;
  8. shared : int;
}
val pp : Format.formatter -> t -> unit
val count_nodes : Cursor.t -> t
val shallow_count : Cursor.t -> int

should be as same as pagination count