TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Sep 2017 |
SwiftSwift Version | 4.0 |
SPMSupports SPM | ✓ |
Maintained by Suyeol Jeon.
Total | 12,632 |
Week | 0 |
Month | 0 |
Apps | 69 |
Test Targets | 36 |
Stars | 10 |
Watchers | 1 |
Forks | 1 |
Issues | 0 |
Contributors | 2 |
Pull Requests | 0 |
Files | 3 |
LOCLines of Code | 96 |
Missing immutable functions in Swift. You must be looking for somebody to make this library
appending()
, inserting()
, removing()
functions in Collection
map()
and flatMap()
for Dictionary
filterNil()
for Collection
and Dictionary
Using CocoaPods:
pod 'Immutable'
Using Carthage:
github "devxoul/Immutable"
Using Swift Package Manager:
let package = Package(
name: "MyAwesomeProject",
targets: [],
dependencies: [
.Package(url: "https://github.com/devxoul/Immutable.git", majorVersion: 0)
]
)
Any discussions and pull requests are welcomed
Use $ swift generate-xcodeproj
to generate Xcode project for development.
Immutable is under MIT license. See the LICENSE for more info.