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.
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.