package diffast-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Delta_base.path_c

val mutable upstream : int
val mutable key_opt : subtree_key option
val mutable stay : bool
method set_upstream : int -> unit
method upstream : int
method set_key_opt : subtree_key option -> unit
method key_opt : subtree_key option
method stay : bool
method set_stay : bool -> unit
method path : Path.t
method parent_path : Path.t
method position : int
method offset : float
method has_frac_ofs : bool
method to_string : string