sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
val empty : t
The empty path.
val is_empty : t -> bool
Check if the path is empty.
Deconstruct the first element of the path. Return None
if the path is empty.
Deconstruct the last element of the path. Return None
if the path is empty.
val t : t Irmin.Type.t
t
is the value type for t
.
val step_t : step Irmin.Type.t
step_t
is the value type for step
.