package vhd-format

  1. Overview
  2. Docs
type t = {
  1. cache : (int * Bitmap.t) option ref;
  2. all_zeroes : Cstruct.t;
  3. all_ones : Cstruct.t;
}