Swiftpack.co - swift-tree/Tree as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by swift-tree.
swift-tree/Tree 1.0.3
A value-typed Tree data structure implementation in Swift
⭐️ 0
🕓 25 weeks ago
.package(url: "https://github.com/swift-tree/Tree.git", from: "1.0.3")

Tree

A general purpose, value-typed tree structure in Swift.

Swift Package Manager

The Swift Package Manager automates the distribution of Swift code. To use Tree with SPM, add a dependency to your Package.swift file:

let package = Package(
    dependencies: [
        .package(url: "https://github.com/swift-tree/Tree.git", ...)
    ]
)

Use cases

See BinaryTree and GeneralTree to see how this is used.

Erk Ekin

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics