package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. major_words_allocated : Base.Int.t;
  2. minor_words_allocated : Base.Int.t;
}