Coding Grounds
Compilation of different programming projects I amuse myself with.
Showing posts with label
Generics
.
Show all posts
Showing posts with label
Generics
.
Show all posts
Saturday, 4 January 2020
Implementing GetPropertyNames in Typescript
›
I am currently working on a Linq-like library for Typescript and wanted to implement something like GetProperties of C# in Typescript / Java...
1 comment:
Tuesday, 31 December 2019
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