Enumerationtuist.filesystem 0.7.9FileSystem
FileSystemItemType
FileSystem.swift:9enum FileSystemItemTypeenum FileSystemItemTypeimport FileSystemcase directorycase fileprotocol CaseIterableA type that provides a collection of all of its values.
protocol EquatableA type that can be compared for value equality.
protocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.