-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
A-layoutTopic: Related to data structure layout (`#[repr]`)Topic: Related to data structure layout (`#[repr]`)S-writeup-assignedStatus: Ready for a writeup and someone is assigned to itStatus: Ready for a writeup and someone is assigned to it
Description
Discussing how tuples are laid out.
- Is tuple layout equivalent to some corresponding struct? If so, what struct exactly?
- that struct definition might in turn have undefined layout, of course
Some things that might be useful if they were defined:
- Is it possible to inter-convert a
(T, T, ..., T)
tuple with a[T; N]
memory representation?
jonhoo
Metadata
Metadata
Assignees
Labels
A-layoutTopic: Related to data structure layout (`#[repr]`)Topic: Related to data structure layout (`#[repr]`)S-writeup-assignedStatus: Ready for a writeup and someone is assigned to itStatus: Ready for a writeup and someone is assigned to it