Linol_lsp.Text_documentSourceval apply_content_changes :
?version:int ->
t ->
Types.TextDocumentContentChangeEvent.t list ->
tApply a list of non overlapping text edits. The order of application matters when multiple inserts are done in the same position. All the offsets are interpreted relative to the original document.
absolute_position t pos returns the absolute position of pos inside text t. If the position is outside the bounds of the document, the offset returned will be the length of the document. pos is interpreted with position_encoding t