On Borrow Checking

Walter Bright newshound2 at digitalmars.com
Sat May 3 19:22:20 UTC 2025


You add:

```
@live:
```

at the beginning of your modules.

Because it is opt-in with D rather than opt-out in Rust, does not alter the fact 
that D has a borrow checker.

In Rust you can use "unsafe" to avoid the borrow checker.


More information about the Digitalmars-d mailing list