[Pitch] Noncopyable (or "move-only") structs and enums

This looks mostly like a self-contained step towards fully usable non-copyable types.
The only concern I have is if we want to instead have @noncopyable type to imply ?Copyable on used/declared generic parameters.

2 Likes