-
Notifications
You must be signed in to change notification settings - Fork 1
Concat
kareman edited this page Jul 1, 2020
·
4 revisions
A pattern which first tries the first pattern,
if that succeeds it continues with the second pattern.
public struct Concat<First: Pattern, Second: Pattern>: Pattern@inlinable init(_ first: First, _ second: Second)let first: Firstlet second: Secondvar description: String@inlinable public func createInstructions(_ instructions: inout Instructions) throwsGenerated at 2020-08-23T12:56:49+0000 using swift-doc 1.0.0-beta.3.