KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Immutable
★ 18
Open GitHub ↗
Missing non-mutating functions in Swift
Download README (.md)
Explore Similar Repositories
spring-mvc-thymeleaf-crud
:
Spring MVC CRUD Application with Thymeleaf, HTML5, CSS3 and Bootstrap
Spawn1
:
No description available.
LikeWeChatSwitchButton
:
仿微信的滑动按钮
IoT-Blink
:
IoT Blink Demo using Pi + Ethereum
oto-generator
:
Generates a diphone-based oto.ini with base values
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Immutable
?
Download (.md)
# Immutable  [](https://travis-ci.org/devxoul/Immutable) [](https://cocoapods.org/pods/Immutable) Missing immutable functions in Swift. You must be looking for somebody to make this library 😛 ## Features * Non-mutating `appending()`, `inserting()`, `removing()` functions in `Collection` * `map()` and `flatMap()` for `Dictionary` * `filterNil()` for `Collection` and `Dictionary` ## Installation * **Using CocoaPods**: ```ruby pod 'Immutable' ``` * **Using Carthage**: ``` github "devxoul/Immutable" ``` * **Using Swift Package Manager**: ```swift let package = Package( name: "MyAwesomeProject", targets: [], dependencies: [ .Package(url: "https://github.com/devxoul/Immutable.git", majorVersion: 0) ] ) ``` ## Requirements * Swift 3 ## 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](LICENSE) for more info.