mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 04:27:44 +00:00
3 lines
258 B
Plaintext
3 lines
258 B
Plaintext
nimTitle wordwrap wordwrap.html module std/wordwrap 0
|
|
nim wrapWords wordwrap.html#wrapWords,string,int,set[char],string proc wrapWords(s: string; maxLineWidth = 80; splitLongWords = true;\n seps: set[char] = Whitespace; newLine = "\n"): string 22
|