-
Couldn't load subscription status.
- Fork 1
AndPattern
kareman edited this page Aug 13, 2020
·
4 revisions
A pattern which matches the wrapped pattern, without consuming any input.
public struct AndPattern<Wrapped: Pattern>: Patternpublic typealias Input = Wrapped.Input@usableFromInline init(_ wrapped: Wrapped)let wrapped: Wrappedvar description: String@inlinable public func createInstructions(_ instructions: inout ContiguousArray<Instruction<Input>>) throwsGenerated at 2020-08-23T12:56:49+0000 using swift-doc 1.0.0-beta.3.