-
Notifications
You must be signed in to change notification settings - Fork 1
Line_Start
kareman edited this page Aug 23, 2020
·
5 revisions
Matches the start of a line, including the start of input.
public struct Start: Pattern
@inlinable public init()
@inlinable public init() where Input == String
var description: String
var regex: String
@inlinable func parse(_ input: Input, at index: Input.Index) -> Bool
@inlinable public func createInstructions(_ instructions: inout ContiguousArray<Instruction<Input>>)
Generated at 2020-08-23T12:56:49+0000 using swift-doc 1.0.0-beta.3.