Compare commits

..

1 Commits

Author SHA1 Message Date
84fc93bcc4 feat: update sweetpad configuration
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 36s
2025-05-16 13:32:59 +08:00

View File

@ -1,16 +0,0 @@
---
title: Swift 学习笔记 - Opaque Type 和 Boxed Type
date: 2025-05-14 13:10:06
tags:
- Swift
- iOS
- 编程语言
categories:
- 技术
---
## 背景
在学习 Swift 语法的过程中,参考着 [Opaque and Boxed Protocol Types](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/opaquetypes/) 这一官方文档过了一遍关于 Opaque Type 和 Boxed Type 的定义和使用场景
但是在编写