Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

lines

Computes the diff between the lines of two strings.

Fully qualified path: diff::lines

pub fn lines(left: @ByteArray, right: @ByteArray) -> Array<DiffResult<@ByteArray>>