How to make a struct containing an associative array to deeply copy (for repeated usage in foreach) ?

monkyyy crazymonkyyy at gmail.com
Sat Mar 16 17:02:40 UTC 2024


On Friday, 15 March 2024 at 20:36:56 UTC, rkompass wrote:
> 
> I start to see that D is heavily influenced by C++ (STL), not 
> just C.
> This is not bad
>

It is just bad; ranges are not pairs of 2 pointers, stepov was 
comprising with c++ or if he thinks c++ iterators are objectively 
good(not good for making something work with c++) he's lacks taste

even simplified a "random access range" is to complex an 
api(close to 20 functions) when Im pretty sure you need 6 
functions for a coherent array-like interface and when your 
talking about 100 algorthims, well 1400 functions matters


More information about the Digitalmars-d-learn mailing list