Rapid generics for Delphi2010+
https://github.com/sglienke/Rapid.Generics
I get an error when I compile the code below.
uses Rapid.Generics;
type TTestDictionary = TDictionary<Integer, String>;
Rapid.Generics.pas(2157): F2084 Internal Error: D7837
I am using Delphi XE and Win10 64bit.