Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7beafa4668 | |||
| e2bba77d73 |
16
source/_posts/swift-opaque-type.md
Normal file
16
source/_posts/swift-opaque-type.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
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 的定义和使用场景
|
||||
|
||||
但是在编写
|
||||
Loading…
x
Reference in New Issue
Block a user