On Thursday, 23 June 2022 at 16:16:26 UTC, vc wrote:
I've try this '\0'*10 and didn't work, i want the results be \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00
```d string nulls = '\0'.repeat(10).array; ``` — Bastiaan.
Bastiaan Veelo via Digitalmars-d-learn Sat, 02 Jul 2022 16:01:06 -0700
On Thursday, 23 June 2022 at 16:16:26 UTC, vc wrote:
I've try this '\0'*10 and didn't work, i want the results be \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00
```d string nulls = '\0'.repeat(10).array; ``` — Bastiaan.