Structure_RegexParser5.9.0
Capture
struct Capture
Citizens in _RegexParser
Conformances
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
Members
init(name: String?, type: Any.Type, optionalDepth: Int, visibleInTypedOutput: Bool, SourceLocation
) var description: String
var location: SourceLocation
var name: String?
var optionalDepth: Int
var type: Any.Type
var visibleInTypedOutput: Bool
static func == (CaptureList
.Capture, CaptureList.Capture) -> Bool