Enumerationtuist.filesystem 0.7.9Glob
PatternListStyle
Pattern.swift:25enum PatternListStyle
enum PatternListStyle
import Glob
enum Section
struct Pattern
A glob pattern that can be matched against string content.
case zeroOrOne
case zeroOrMore
case oneOrMore
case one
case negated
var matchesEmptyContent: Bool { get }
If the section can match a variable length of characters
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.