Skip to content

glebfann/BitSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitSet

Set data structure for unsigned integers with fast and concise operations.

Installation

Xcode

  1. Click File > Add Package Dependencies
  2. Paste the following link into the search field on the upper-right:
    https://github.com/gleb032/BitSet.git
    

Swift Package Manager

In Package.swift:

dependencies: [
    .package(url: "https://github.com/gleb032/BitSet.git", from: "1.0.0")
]

Usage

TBD

License

The project is released under the MIT License

About

Bitset data structure for Swift

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages