Merge pull request #4 from 0xLet/develop Support linux
Merge pull request #4 from 0xLet/develop
Support linux
Swift Function Upgrades
SomeClass() .modify { (object) in object.value = "Hello, World!" } .configure { (object) in object.value += "++" } .func { _ in SomeStruct(value: "New Value!") } .assert { (object) in object.value == "New Value!" } .sout()
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
SwiftFu
Swift Function Upgrades
Example