Enumeration_RegexParser5.9.0
Amount
enum Amount
Citizens in _RegexParser
Conformances
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.
Members
case exactly(AST.Atom.Number)
case nOrMore(AST.Atom.Number)
case oneOrMore
case range(AST.Atom.Number, AST.Atom.Number)
case upToN(AST.Atom.Number)
case zeroOrMore
case zeroOrOne
var bounds: (atLeast: Int?, atMost: Int?)
The bounds.