Vcs.Num_lines_in_diff
include module type of Vcs.Num_lines_in_diff with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t
val zero : t
val is_zero : t -> bool
val to_string_hum : t -> string
Returns a short string suitable for human consumption. Some examples: ["0"; "+100"; "-15"; "+1,999, -13,898"]
.
val total : t -> int
The addition of the insertions and deletions.