mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Dactyloidae iOS initial commit
This commit is contained in:
parent
daa6179d22
commit
7154a0497e
2123 changed files with 197052 additions and 0 deletions
24
mobile/ios/ThirdParty/Result/README.md
vendored
Normal file
24
mobile/ios/ThirdParty/Result/README.md
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Result
|
||||
|
||||
`Result` is a Swift framework that includes the `Result` enum and an
|
||||
`ErrorType` protocol.
|
||||
|
||||
Both types are extremely small. I look forward to two changes in Swift's future:
|
||||
|
||||
* A fix for the Swift compiler issue that requires the `Success` case of
|
||||
`Result` to box its `T` type somehow. This repo uses
|
||||
[Box](https://github.com/robrix/Box) as a workaround.
|
||||
* (Hopefully) The inclusion of these types or their moral equivalents in the
|
||||
Swift standard library, at which point this repo can be removed.
|
||||
|
||||
## Integration
|
||||
|
||||
Add this repository as a submodule, or use [Carthage](https://github.com/Carthage/Carthage/).
|
||||
|
||||
## Author
|
||||
|
||||
John Gallagher, jgallagher@bignerdranch.com
|
||||
|
||||
## License
|
||||
|
||||
Deferred is available under the MIT license. See the LICENSE file for more info.
|
||||
Loading…
Add table
Add a link
Reference in a new issue