Use UFCS for reducing dependencies

rikki cattermole rikki at cattermole.co.nz
Mon Jul 18 12:55:39 UTC 2022


On 19/07/2022 12:46 AM, Paul Backus wrote:
> Well, I don't know the algorithm for PNG decoding, so I don't know 
> whether it requires an input range, a forward range, or a random access 
> range.

For AV handling, ranges are not the right tool for the job, too inefficient.

You want to be working with arrays directly.


More information about the Digitalmars-d mailing list