|
Encapsulates a class that offers efficient conversion of a string offset into line/column number. The class
is best suited for multiple lookups on a single fixed string, and is suboptimal for single lookups into many
different strings. All common newline styles are supported.
|