Bump version to 0.6.0
Missing immutable functions in Swift. You must be looking for somebody to make this library 😛
appending()
inserting()
removing()
Collection
map()
flatMap()
Dictionary
filterNil()
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.
$ swift generate-xcodeproj
Immutable is under MIT license. See the LICENSE for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Immutable
Missing immutable functions in Swift. You must be looking for somebody to make this library 😛
Features
appending()
,inserting()
,removing()
functions inCollection
map()
andflatMap()
forDictionary
filterNil()
forCollection
andDictionary
Installation
Using CocoaPods:
Using Carthage:
Using Swift Package Manager:
Requirements
Contribution
Any discussions and pull requests are welcomed 💖
Use
$ swift generate-xcodeproj
to generate Xcode project for development.License
Immutable is under MIT license. See the LICENSE for more info.