Documentation

Lake.Util.Newline

@[inline]
def Lake.crlf2lf (text : String) :

This is the same as String.replace text "\r\n" "\n", but more efficient.

Equations
Instances For
    partial def Lake.crlf2lf.go (text : String) (acc : String) (accStop : String.Pos) (pos : String.Pos) :