T-Dark0

Results 5 comments of T-Dark0

Another advantage of postfix match is that it would reduce the need for more Option/Result helper methods. For example, it makes `map_or_else` redundant, as it doesn't have the argument order...

(replying to a specific post because I was pinged, but I'm making these points in a general manner) > @T-Dark0 No one would be happy from that half-solution. @afetisov No,...

On the other hand, `AnyBitPatternOrPointerFragment` isn't a type we have, nor really a type we strictly need for this. Assuming tearing can't deinitialize initialized memory, then `MaybeUninit` would suffice I...

I would like to raise a minor concern: > support for full `Generator`s should be discussed and implemented separately, as there are many more open questions around them beyond a...

I think this RFC is taking two very different ideas and conflating them: - The `Use` trait and the `async use` and `use ||` syntax - the `.use` syntax. `async...