sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Private slices.
type t = slice
The type for slices.
type contents = Contents.key * Contents.value
The type for exported contents.
type node = Node.key * Node.value
The type for exported nodes.
type commit = Commit.key * Commit.value
The type for exported commits.
The type for exported values.
val empty : unit -> t Lwt.t
Create a new empty slice.
val t : t Irmin.Type.t
t
is the value type for t
.
val contents_t : contents Irmin.Type.t
content_t
is the value type for contents
.
val node_t : node Irmin.Type.t
node_t
is the value type for node
.
val commit_t : commit Irmin.Type.t
commit_t
is the value type for commit
.
val value_t : value Irmin.Type.t
value_t
is the value type for value
.