https://github.com/maxdesiatov/swift-references
Example of immutable reference types in Swift
https://github.com/maxdesiatov/swift-references
Last synced: 7 months ago
JSON representation
Example of immutable reference types in Swift
- Host: GitHub
- URL: https://github.com/maxdesiatov/swift-references
- Owner: MaxDesiatov
- Created: 2018-12-08T18:17:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T18:18:07.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T07:43:00.983Z (8 months ago)
- Language: Swift
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swift-references
An example of usage of immutable reference types in Swift:
`Reference` and `WeakReference`.