array to string functional?

Paul Backus snarwin at gmail.com
Sat Sep 15 17:20:57 UTC 2018


On Saturday, 15 September 2018 at 05:39:48 UTC, berni wrote:
> Oh, thanks. What I didn't know about was join. Now I wonder how 
> I could have found out about it, without asking here? Even yet 
> I know it's name I cannot find it, nighter in the language 
> documentation nor in the library documentation.

Probably the easiest way to find something in the documentation 
is to use the unofficial mirror at http://dpldocs.info/. Type 
"join" into the search box there, and you'll get `std.array.join` 
(the function I used) as the first result.


More information about the Digitalmars-d-learn mailing list