Skip to content

Commit 8182b62

Browse files
authored
Update NNNN-pack-destructuring-and-pack-splitting.md
1 parent 8d0edcd commit 8182b62

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: proposals/NNNN-pack-destructuring-and-pack-splitting.md

-7
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,6 @@ struct Zip<repeat each S>: Publisher {
174174
- Pros: trivial, no language changes
175175
- Cons: boilerplate, arbitrary limits, code bloat
176176

177-
### 2. Type Erasure
178-
- Pros: straightforward collections
179-
- Cons: runtime overhead, loss of compile‑time guarantees
180-
181-
### 3. Compiler Magic via Attributes
182-
- Pros: local workaround
183-
- Cons: non‑portable hacks, undermines language consistency
184177

185178
## References
186179
1. [SE‑0393: Parameter Packs](https://github.com/apple/swift-evolution/blob/main/proposals/0393-parameter-packs.md) – Introduces variadic type‐parameter packs.

0 commit comments

Comments
 (0)