package vhd-format
-
vhd-format
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Absolute sector offset of a data block, where a data block contains a sector bitmap and then data
val get : t -> int -> int32
get t i
returns the i
th entry
val set : t -> int -> int32 -> unit
set t i j
sets the i
th entry to j
val fold : (int -> int32 -> 'a -> 'a) -> t -> 'a -> 'a
fold f t initial
folds f
across all valid entries
val length : t -> int
length t
the number of entries in the table
val to_string : t -> string
to_string t
creates a debug-printable string