Schema.Pathval empty : tThe empty path.
val is_empty : t -> boolCheck 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.tt is the value type for t.
val step_t : step Irmin.Type.tstep_t is the value type for step.