Working with ranges

Elmar chrehme at gmx.de
Sat May 29 20:04:57 UTC 2021


On Saturday, 29 May 2021 at 19:55:30 UTC, Elmar wrote:
> In many or most of the cases the use case doesn't actually 
> require GC-allocation.

Btw, I'm talking about core-level and systems software which 
concentrates on data transformations.

> When I only want to access a data structure but not mofify it 
> then GC-allocation would not fit the lifetime logic of a 
> variable.

With "modification" I mean the data's size or it's order in 
memory but not the stored data itself.


More information about the Digitalmars-d-learn mailing list