目录
目录README.md

Swift General Utility

Support code for developing Swift code.

Contents

Utility

A Utility namespace for hosting utility functionality withing your app.

Applicative

Inline functional Applicative protocol that supports applying a closure to an instance, returning the instance.

Note: Types must conform to the protocol to inherit the behavior, as non-nominal types like Any cannot be extended.

RuntimeError

A stringity error type representing runtime errors.

Side effect utility

Enables debugging within method chains and condition cascades.

SynchronousData

Request synchronous data using URLSession.

Type Utilities

Collection utility

  • Partition split.

Result utility

  • Initializes a Result from a completion handler’s (data?, error?).

String utility

  • Trim a string

Installation

PROJECT > Swift Packages > Install:

https://github.com/erica/https://github.com/erica/Swift-General-Utility

SwiftPM:

dependencies: [
.package(url: "https://github.com/erica/Swift-General-Utility", from: "x.x.x"), // replace with version
],
targets: [
    .target(
        name: "TARGET-NAME",
        dependencies: [
           .product(name: "GeneralUtility", package: "Swift-General-Utility"),
        ],
    ),
],
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号