|
|
|
|
|
by Jean-Papoulos
855 days ago
|
|
I just tried make a ".any" generic function for arrays, and by god : Most languages : myArray.any((e) => true); Delphi : AClass.any<Type>(myArray, function (e) : Boolean begin Exit(True); end); The readability is through the roof, lol. |
|