RFC: Change what assert does on error

Kagamin spam at here.lot
Tue Jul 1 19:18:42 UTC 2025


On Sunday, 29 June 2025 at 20:58:36 UTC, Richard (Rikki) Andrew 
Cattermole wrote:
> 4. assert is a framework level error mechanism, not "this 
> process can't continue if its false". We'll need something else 
> for the latter, it can be library code however.

```
landmine(a.length!=0);
```
Not sure how long should be the name.


More information about the Digitalmars-d mailing list