Working with ranges
    Murilo 
    murilomiranda92 at hotmail.com
       
    Sat Dec  8 03:48:10 UTC 2018
    
    
  
On Saturday, 8 December 2018 at 03:46:11 UTC, Adam D. Ruppe wrote:
> 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.
How do I transform an array into a range?
    
    
More information about the Digitalmars-d-learn
mailing list