EMSI Containers and HashMap of HashMaps

Tobias Pankrath tobias+dlang at pankrath.net
Sun May 2 09:12:59 UTC 2021


On Sunday, 2 May 2021 at 08:59:15 UTC, Imperatorn wrote:
> On Sunday, 2 May 2021 at 07:38:03 UTC, Tobias Pankrath wrote:

>
> ```d
> HashMap!(int, RefCounted!Map) mapOfMaps = HashMap!(int, 
> RefCounted!Map)(1024);
> ```

Is HashMap.init a broken state? That makes using them hard as 
struct members :/


More information about the Digitalmars-d-learn mailing list