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