Coding Grounds
Compilation of different programming projects I amuse myself with.
Tuesday, 31 December 2019
Aggregate in Typescript
›
I have implemented Aggregate method in my Linq library written for Typescript. if (!Array.prototype.Aggregate) { Array.prototype.Aggreg...
1 comment:
DistinctBy operator written in Typescript
›
I am extended my Linq library for Typescript with many more methods! Here is my implementation of DistinctBy. if (!Array.prototype.Disti...
1 comment:
Implementing OfType
in Typescript
›
I am working on my Linq library for Typescript and wanted to implement OfType . Turns out, this is hard because the generic type arguments i...
3 comments:
‹
›
Home
View web version