sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Private slices.
Slices are serializable.
include Tc.S0 with type t = slice
type t = slice
val compare : t Tc.compare
val to_json : t Tc.to_json
The REST inteface.
val of_json : t Tc.of_json
val size_of : t Tc.size_of
The serialization format.
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.
iter_contents t f
calls f
on t
's contents.