Structure_RegexParser5.9.0
Number
struct Number
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
init(Int
?, at: SourceLocation) var location: SourceLocation
var value: Int?
The value, which may be
nil
in an invalid AST, e.g the parser expected a number at a given location, or the parsed number overflowed.