https://github.com/vergegroup/typedidentifier
https://github.com/vergegroup/typedidentifier
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vergegroup/typedidentifier
- Owner: VergeGroup
- License: apache-2.0
- Created: 2024-03-25T05:03:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-16T02:53:13.000Z (5 months ago)
- Last Synced: 2025-03-02T22:33:18.257Z (3 months ago)
- Language: Swift
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typed Identifier
```swift
struct MyIdentifiable: TypedIdentifiable {
var id: ObjectIdentifiertypealias TypedIdentifierRawValue = String
var typedID: TypedID {
.init("A")
}
}
```