package janestreet_cpuid

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mutable step : int;
  2. mutable model : int;
  3. mutable family : int;
  4. mutable extended_model : int;
  5. mutable extended_family : int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.