On Wednesday, 22 June 2022 at 06:48:34 UTC, Dukc wrote:
On Tuesday, 21 June 2022 at 22:55:56 UTC, StarCanopy wrote:
On Tuesday, 21 June 2022 at 15:05:46 UTC, Mike Parker wrote:
[...]

```d
int[5] stackData = [-1, -2, -3, -4, -5];

// Lifetime of stackData2 ends
// before limitedRef, so this is
// disallowed.
limitedRef = stackData[];
```

In the above example, `stackData2` seems to be a typo.

Thanks, you're right. Missed that when editing.

Other typo:
```, as that dcoument is what ```

Reply via email to