SRTP and active patterns tricks for mimicking Typescript union types
8 people like thisPosted: 7 years ago by Evgeniy Andreev
We can use active patterns for parsing values of types with defined TryParse methods.
6 people like thisPosted: 3 years ago by Evgeniy Andreev
We can use active patterns for methods deconstruction. It allow to hide some rough SRTP syntax.
11 people like thisPosted: 6 years ago by Evgeniy Andreev