sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The type for store paths.
include Irmin.Hum.S with type t := t
include Tc.S0 with type t := t
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.
val to_hum : t -> string
Display a value using its human readable representation.
val of_hum : string -> t
Convert a human readable representation of a value into its abstract value.
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.
module Step : Irmin.Path.STEP with type t = step