attaswift/Deque
A double-ended queue type in pure Swift
Compatibility
Deque on the master branch is compatible with Swift 4.2.
Installation
CocoaPods
If you use CocoaPods, you can start using Deque by including it as a dependency in your Podfile:
pod 'Deque', '~> 3.1'Carthage
For Carthage, add the following line to your Cartfile:
github "attaswift/Deque" ~> 3.1Swift Package Manager
For Swift Package Manager, add SipHash to the dependencies list inside your Package.swift file:
import PackageDescription
let package = Package(
name: "MyPackage",
dependencies: [
.Package(url: "https://github.com/attaswift/SipHash.git", from: "3.1.1")
]
)Package Metadata
Repository: attaswift/Deque
Stars: 72
Forks: 14
Open issues: 3
Default branch: master
Primary language: swift
License: MIT
README: README.md