sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module Contents_key : sig ... end
module Node_key : sig ... end
val t : t Irmin.Type.t
type metadata = Metadata.t
val metadata_t : metadata Irmin.Type.t
type contents_key = Contents_key.t
val contents_key_t : contents_key Irmin.Type.t
type node_key = Node_key.t
val node_key_t : node_key Irmin.Type.t
type step = Path.step
val step_t : step Irmin.Type.t
val value_t : value Irmin.Type.t
type hash = Hash.t
val hash_t : hash Irmin.Type.t
val empty : unit -> t
val is_empty : t -> bool
val length : t -> int
val clear : t -> unit
module Metadata : sig ... end
val merge :
contents:contents_key option Irmin.Merge.t ->
node:node_key option Irmin.Merge.t ->
t Irmin.Merge.t