-
Notifications
You must be signed in to change notification settings - Fork 1
!(pattern:)
kareman edited this page Aug 13, 2020
·
3 revisions
Will only succeed if the following pattern fails. Does not consume any input.
@inlinable public prefix func !<P: Pattern>(pattern: P) -> NotPattern<P>
Will only succeed if the following pattern fails. Does not consume any input.
@inlinable public prefix func !<Input>(pattern: Literal<Input>) -> NotPattern<Literal<Input>>
Generated at 2020-08-23T12:56:49+0000 using swift-doc 1.0.0-beta.3.