Build a lookup table of line-start offsets for a given source string. This allows O(log n) offset-to-position conversion via binary search.
Generated using TypeDoc
Build a lookup table of line-start offsets for a given source string. This allows O(log n) offset-to-position conversion via binary search.