A converting problem in using "among" with arrays

ryuukk_ ryuukk.dev at gmail.com
Fri Jul 29 22:58:15 UTC 2022


FYI, you can use the markdown code tag so your code is properly 
rendered when viewed from the forums (make sure to tick the 
"Enable Markdown", right next to Send)


```
     ```D
     void my_function()
     {
     }
     ```
```

it'll be rendered like this:

```D
void my_function()
{
}
```


More information about the Digitalmars-d-learn mailing list