Closed
Description
@Centril mentioned it here: rust-lang/rfcs#2366 (comment)
For arrays it should be trivial to implement these using the {load,store}_unaligned
API. For tuples, it depends on how the tuple layout is specified, if at all.
Generating these from the macros should be pretty straight forward to do for array. For tuples it might be less straight forward but doable.
Metadata
Metadata
Assignees
Labels
No labels