package vhd-format
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
Signature
module Vhd_IO : sig ... end
module Raw_IO : sig ... end
iter f stream
applies each element from stream
to f
in order.
fold_left f initial stream
folds f
across all the elements in the stream
with neutral element initial
an image of a disk represented as a stream
replaces 'Empty' elements with explicit writes of zeroes
replaces 'Copy' elements with explicit writes of data
module Vhd_input : sig ... end
module Hybrid_input : sig ... end
module Raw_input : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page