https://github.com/theleftbit/bswfoundation
What should be in Swift's stdlib, but isn't
https://github.com/theleftbit/bswfoundation
functional-programming playground swift
Last synced: 6 months ago
JSON representation
What should be in Swift's stdlib, but isn't
- Host: GitHub
- URL: https://github.com/theleftbit/bswfoundation
- Owner: theleftbit
- License: mit
- Created: 2016-04-20T18:13:54.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-10T10:32:47.000Z (6 months ago)
- Last Synced: 2025-04-12T11:05:56.964Z (6 months ago)
- Topics: functional-programming, playground, swift
- Language: Swift
- Homepage:
- Size: 1.98 MB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.emergetools.com/app/example/ios/bswfoundation.BSWFoundation/release)
[](https://swiftpackageindex.com/theleftbit/BSWFoundation)
[](https://swiftpackageindex.com/theleftbit/BSWFoundation)## About
These are collection of types that are use throughout all TheLeftBit's iOS projects and that allow us to write better apps, faster.
This project leverages heavily on Swift's [core features](https://swift.org/about/), so you have to be very profficient with these in order to understand why this types are so important.
## DocumentationPlease checkout [the documentation](https://swiftpackageindex.com/theleftbit/BSWFoundation/documentation/) generated with DocC and hosted generously by Swift Package Index
## Android Support
Android support is in an ongoing effort, and it's' built on top of the [Skip Native toolchain](https://skip.tools/docs/native/). All features of this package except for `AuthStorage` and `LocationFetcher` are available and ready to use.
If you find any issue, please report it using GitHub.