same as in https://dlang.org/library/std/string/split_lines.html eg how about: ```nim iterator splitLines(s: string, keepNewline = false): string {..} ``` what's the simplest workaround in the meantime?