# Functions
Glob returns a list of file names satisfying the given pattern.
IsLiteral returns whether a Segment is a Literal.
IsSlash returns whether a Segment is a Slash.
IsWild returns whether a Segment is a Wild.
IsWild1 returns whether a Segment is a Wild and has the specified type.
IsWild2 returns whether a Segment is a Wild and has one of the two specified types.
Parse parses a pattern.
# Interfaces
Segment is the building block of Pattern.
# Type aliases
WildType is the type of a Wild.