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
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