Sebastian Malton

Results 266 comments of Sebastian Malton

Or replace it with `V/`

I was just doing some hand transcription using the tool. And typed `V/` and it stayed like that.

Yes I know of HList but native rust has tuple destruction ```rust let (x, y, z) = (5, 10, "Hello World"); ``` However, something like HList cannot support that. I...

This would be mostly useful in the creation of macros. Say that you have a function that returns a tuple. And you want to create a macro that accepts multiple...

So it seems more broken than I thought