P3960R0 — Define copy-constructibility-from-bytes
Mark Hoemmen, Ruslan Arutyunyan
EWGLEWGEWGISG1
Given an object `src` of trivially-copyable type `T`, we can copy the object’s value representation to an array of bytes, and implicitly create a new `T` object (e.g., with `start_lifetime_as`) in the array of bytes. The result will hold the same value as `src`.