QuickLib
QuickLib copied to clipboard
Hope Function Operators Support for TList
For example in NodeJS/Typescript,
- [].map()
- [].forEach()
- [].Sum()
- [].Sort()
- [].Every()
- [].Reduce()
- etc...
Could you provide more details about your request?
I thought this request is very obvious that can make operating List more convenient, of course, if you compare to the NodeJS/C#, I didn't find a full support from the Delphi ecosystem so I made some temporary solutions by using helper
directive.