We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b9f77 commit f97b599Copy full SHA for f97b599
std/string.d
@@ -6864,6 +6864,11 @@ if (isConvertibleToString!Range)
6864
* tabsize = column spacing of tabs in firstindent[] and indent[]
6865
* Returns:
6866
* resulting paragraph as an allocated string
6867
+ * Bugs:
6868
+ * Columns are counted as the number of code points in the string. This may
6869
+ * not correspond with the actual number of columns displayed if the string
6870
+ * contains combining characters, modifiers, zero-width characters, or
6871
+ * double-width characters.
6872
*/
6873
6874
S wrap(S)(S s, in size_t columns = 80, S firstindent = null,
0 commit comments