Live data from Hacker News

Viewing profile — YatoRust

YatoRust

HN member
Joined
Fri, Nov 08, 2019, 1:02 AM UTC
HN karma
3
Public activity
2 items

About YatoRust

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…