(no title)
thurn
|
1 year ago
The queryable expression thing is something I struggle with all the time in Rust. It's especially bad in that language because (unlike in e.g. Java or C#) there is no way to view the Debug representation of your types in the debugger, you just get the raw memory layout which adds a huge barrier to 'what is going on with this code?' and requires you to dig around through countless nested layers to understand it.
Yoofie|1 year ago
[0]: https://learn.microsoft.com/en-us/visualstudio/debugger/crea...