<p>Am 01.09.2017 11:51 schrieb "Stefan Glienke" <<a href="mailto:sglienke@dsharp.org">sglienke@dsharp.org</a>>:<br>
><br>
> What I am lobbying for in Delphi are interface helpers and helpers for generic types in general.<br>
><br>
> I just saw that FPC currently has the same limitation. That also on your list?<br>
></p>
<p>Interface helpers are implemented in trunk for around two weeks now.</p>
<p>For generics the only way to support them is that you must explicitly specialize a generic helper type. The compiler won't do any type inference for you.<br>
This is on my ToDo list as well (the generic helpers, not the type inference).</p>
<p>Regards,<br>
Sven</p>