generics.tuples
generics.tuples copied to clipboard
Generic Tuples support for Delphi and AppMethod
Results
1
generics.tuples issues
Sort by
recently updated
recently updated
newest added
By inheriting TTuple from TTuple, two issues arise : 1. Supports(TTuple, ITuple) will return True, even though this class type seems intended to only Support(ITuple) 2. The FValue1 and FValue2...