Namchee @namchee.dev · Dec 14

Day 14. We are introduced with AsyncGenerator type which is a signature for generator functions. To get the return type, we can `infer` it.

1 likes 1 replies

?

Replies

Namchee · Dec 15

Day 15. We are dealing with string inference combined with recursions. Since I don't want to deal with some funny cases, I just implemented hacky helper functions to deal with it (don't do this 😂)