-
Notifications
You must be signed in to change notification settings - Fork 1
NotPattern
kareman edited this page Jul 1, 2020
·
4 revisions
A pattern which only succeeds if the wrapped
pattern fails.
The next pattern will continue from where wrapped
started.
public struct NotPattern<Wrapped: Pattern>: Pattern
@inlinable init(_ wrapped: Wrapped)
let wrapped: Wrapped
var description: String
@inlinable public func createInstructions(_ instructions: inout Instructions) throws
Generated at 2020-08-23T12:56:49+0000 using swift-doc 1.0.0-beta.3.