Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Tree_Entry

mattt edited this page Aug 19, 2020 · 3 revisions

Tree.Entry

A tree entry.

public final class Entry

Inheritance

Hashable

Properties

object

The object corresponding to the tree entry.

var object:​ Object?

attributes

The file attributes of a tree entry

var attributes:​ Int32

name

The filename of the tree entry.

var name:​ String

Methods

==(lhs:​rhs:​)

public static func ==(lhs:​ Tree.Entry, rhs:​ Tree.Entry) -> Bool

hash(into:​)

public func hash(into hasher:inout Hasher)
Clone this wiki locally