To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
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
Packed values.
Packed values
The type for Copy
's hunk
arguments.
The type for delta values.
The type for packed values.
val shallow : Hash.Set.t -> t -> bool
shallow p t
checks whether the Hashs appearing in t
also appear in the pack file p
.
val offset : t -> int
offset t
is t
's offset.
val pp_kind : Format.formatter -> kind -> unit
Pretty-print packed values' kind.
val is_delta : t -> bool
Check if a packed value is a delta (either a Ref_delta
or an Off_delta
).
val result_length : t -> int
Return the lenght of the result object.
val source_length : t -> int
Return the lenght of the base (source) object.
Positition-independant packed values
module PIC : sig ... end
type pic = PIC.t
The type for position-independant packked values.
module IO (D : Hash.DIGEST) (I : Inflate.S) : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page