Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
BinaryTree
A value-typed binary tree in Swift. See tests to learn how to use it.
Swift Package Manager
The Swift Package Manager automates the distribution of Swift code. To use CheckDevice with SPM, add a dependency to your Package.swift
file:
let package = Package(
dependencies: [
.package(url: "https://github.com/erkekin/BinaryTree.git", ...)
]
)
Erk Ekin