On Borrow Checking

Walter Bright newshound2 at digitalmars.com
Sat May 3 21:30:09 UTC 2025


On 5/2/2025 12:25 PM, Timon Gehr wrote:
> `@live` however does not give you additional hard guarantees,
It gives the guarantee of a borrow checker - one mutable owner, and many 
immutable non-owners.

The other safety checks needed (like array overflow checks and escaping stack 
pointers) are already in the language.


More information about the Digitalmars-d mailing list