swiftlang/swift-org-website

Consider Noncopyable Generics Code Walkthrough as a blog post or doc article

Opened this issue · 1 comments

Ben Cohen has write-up a code walkthrough of noncopyable generics in the Swift forums:
https://forums.swift.org/t/noncopyable-generics-in-swift-a-code-walkthrough/70862

After the relevant proposals are finalized and implemented in a release, we should consider updating the walkthrough accordingly and using it as a blog post or documentation article.

Since noncopyable is intended to be more of a niche feature, it may make more sense as a documentation article.

I agree, I think article would make more sense. Also easier to keep it up to date as things change