package devkit

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Devkit_core.Bit_struct_listSource

Packed representation for list of integers of fixed bit length

Sourcemodule type S = sig ... end
Sourcemodule Make (S : S) : sig ... end