Template shenannigans with multiple datatypes

zjh fqbqrr at 163.com
Fri May 13 11:58:15 UTC 2022


On Friday, 13 May 2022 at 08:28:56 UTC, vit wrote:

>...


```d
...
this(DataSources dataSources){
     this.dataSources = dataSources;
}
...
return new MultiGraph!(staticMap!(PointerTarget, Ts))(ts);//ts
```

How is `ts` convert to `DataSources`?



More information about the Digitalmars-d-learn mailing list