You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…n() (javiereguiluz)
This PR was squashed before being merged into the 4.1 branch (closes#9776).
Discussion
----------
Documented the support of iterators in write() and writeln()
This fixes#9634.
Commits
-------
f9b9c10 Documented the support of iterators in write() and writeln()
Very useful if you just want to print something from a generator. Using array requires everything in memory. Lets make use of the new iterable type.
The text was updated successfully, but these errors were encountered: