source/computer library

Functions

computeLineStarts(String content) List<int>
Compute line starts for the given content. Lines end with \r, \n or \r\n.