QuickLib icon indicating copy to clipboard operation
QuickLib copied to clipboard

Hope Function Operators Support for TList

Open caryyu opened this issue 1 year ago • 2 comments

For example in NodeJS/Typescript,

  • [].map()
  • [].forEach()
  • [].Sum()
  • [].Sort()
  • [].Every()
  • [].Reduce()
  • etc...

caryyu avatar Feb 18 '24 06:02 caryyu

Could you provide more details about your request?

exilon avatar Feb 25 '24 20:02 exilon

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.

caryyu avatar Mar 01 '24 00:03 caryyu