in src/StringDiff.php [28:30]
public static function lines(string $a, string $b): this { return new self(Str\split($a, "\n"), Str\split($b, "\n")); }