How Can A Document Data Model Use Compound Types? ( And What Is The SpreadSheet Type? )

structs … have copy on write

To be clear, structs don’t get copy-on-write support via any compiler magic. If you want a struct to be copy-on-write, you have to implement that yourself.

Share and Enjoy

Quinn “The Eskimo!” @ DTS @ Apple

1 Like