Source_map.Mappingstype decoded = map listval empty : tThe empty mapping.
val is_empty : t -> boolTest whether the mapping is empty.
val of_string_unsafe : string -> tof_string_unsafe does not perform any validation of its argument, unlike decode_exn. It is guaranteed that of_string_unsafe and to_string are inverse functions. Time complexity O(1)
Encode the mappings shifted by the returned offset so that the encoded mapping is more compact. This is useful to combining multiple mappings into an Index.t
val number_of_lines : t -> intval first_line : t -> intval to_string : t -> stringReturns the mappings as a string in the Source map v3 format. Time complexity O(1)