Re: [swift-users] Memory layout of enums

2016-08-01 Thread Martin R via swift-users
I think that is treated in https://github.com/apple/swift/blob/master/docs/ABI.rst, in the sections "Single-Payload Enums" and "Multi-Payload Enums". Martin > On 01 Aug 2016, at 08:36, KS Sreeram via swift-users > wrote: > > Hi > > Is there any place I can read about the memory layout of en

[swift-users] Memory layout of enums

2016-07-31 Thread KS Sreeram via swift-users
Hi Is there any place I can read about the memory layout of enums with associated values? I’m only interested in POD types. Thanks in advance. Best KS Sreeram ___ swift-users mailing list swift-users@swift.org https://lists.swift.org/mailman/listinfo/