Viewing profile — YatoRust
YatoRust
HN member- Joined
- Fri, Nov 08, 2019, 1:02 AM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About YatoRust
No profile information was provided.
Recent public activity
-
comment
Comment #22221213
You can lay out your types exactly how you want in Rust, just by using the `#[repr(C)]` or `#[repr(packed)]` attributes to guarantee an ordering of the fields. So, > rust might not…
-
comment
Comment #22111953
Yes, I think he meant that it would be a bad idea to lock all of the type parameters to the same type, because all closures have different types. So you wouldn't be able to do some…