On Monday, 23 March 2026 at 17:55:57 UTC, Justin P. wrote:
This line on the structure specification: "A struct is defined to not have an identity..." What is meant by the word 'identity?'

it's a rvalue, you dont care about the address, it can be blitted at some point or not, you should not reason on its address. Just a tuple of values that can travel.

Reply via email to