GithubHelp home page GithubHelp logo

test-mass-forker-org-1 / swift-standard-library-preview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apple/swift-standard-library-preview

0.0 0.0 0.0 12 KB

License: Apache License 2.0

Swift 100.00%

swift-standard-library-preview's Introduction

Standard Library Preview

The Swift Standard Library Preview package provides access to new functionality that has been accepted into the standard library through the Swift Evolution process, but has not yet shipped as part of an official Swift release.

Each approved standard library proposal is available as its own individual package, listed below. The StandardLibraryPreview package in this repository acts as an umbrella library, re-exporting each of the individual packages.

Included Modules

  • SE0270_RangeSet: Operations on noncontiguous subranges of collections, such as subranges(where:) and moveSubranges(_:to:), as well as the supporting RangeSet type.
  • SE0288_IsPower: Extends BinaryInteger with an isPower(of:) method that returns whether an integer is a power of another.

Usage

To use the umbrella library in a Swift Package Manager project, add the following to your Package.swift file's dependencies:

.package(url: "https://github.com/apple/swift-standard-library-preview.git", from: "0.0.1"),

Next, add the preview package as a dependency for your target:

.product(name: "StandardLibraryPreview", package: "swift-standard-library-preview"),

Important: The Standard Library Preview package is under continuous development, and maintains a major version of 0 to indicate that it is not intended to be source stable. For example, after a submodule's functionality has been included with shipping versions of the Swift standard library for some time, it may be removed from the umbrella library.

If you require source stability in your project, add the individual submodules instead of the swift-standard-library-preview package.

Contributing

Contributions to the Standard Library Preview package are welcomed and encouraged!

swift-standard-library-preview's People

Contributors

glessard avatar natecook1000 avatar sajjon avatar kylemacomber avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.