Working with ranges

Adam D. Ruppe destructionator at gmail.com
Sat Dec 8 03:46:11 UTC 2018


On Saturday, 8 December 2018 at 03:37:56 UTC, Murilo wrote:
> Hi guys, I have created an array of strings with "string[12] ps

string[12] isn't a range, but string[] is.

Try passing `ps[]` to the function instead of plain `ps` and see 
what happens.


More information about the Digitalmars-d-learn mailing list