Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/capnslipp/tribool
Tribool Type with Obj-C Bridging (a Swift µ-Library)
https://github.com/capnslipp/tribool
objc swift swift-library tribool trilean utility
Last synced: about 2 months ago
JSON representation
Tribool Type with Obj-C Bridging (a Swift µ-Library)
- Host: GitHub
- URL: https://github.com/capnslipp/tribool
- Owner: capnslipp
- License: unlicense
- Created: 2017-02-14T21:33:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T10:28:27.000Z (about 2 years ago)
- Last Synced: 2024-10-30T17:13:47.351Z (2 months ago)
- Topics: objc, swift, swift-library, tribool, trilean, utility
- Language: Swift
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tribool
Tribool is a Swift micro-library that provides an Obj-C-compatible `Tribool` enum type, for representing 3-value logic states: `.true`, `.false`, and `.indeterminate`.
The master branch is Swift 5.x, and build overlays (the minimal changeset to the Package.swift, xcodeproj, and other build files) of the current library version are available on the [swift-4.2](https://github.com/capnslipp/Tribool/tree/swift-4.2), [swift-4](https://github.com/capnslipp/Tribool/tree/swift-4), and [swift-3](https://github.com/capnslipp/Tribool/tree/swift-3) branches. _(Note: I don't check that these are built as often as I used to when Swift 4.2 or 4.0 were the latest versions, but their changes haved worked and I've merged new library versions into them since then.)_