Structure_RegexParser5.9.0
CaptureList
struct CaptureList
Citizens in _RegexParser
Conformances
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol ExpressibleByArrayLiteral
A type that can be initialized using an array literal.
Members
init<S>(S
) init(arrayLiteral: CaptureList.Capture...
) var captures: [CaptureList.Capture]
var description: String
func append(CaptureList
.Capture) func hasCapture(named: String
) -> Bool Whether the capture list has a given named capture.
func indexOfCapture(named: String
) -> Int? Retrieve the capture index of a given named capture, or
nil
if there is no such capture.struct Builder
struct Capture