-
Notifications
You must be signed in to change notification settings - Fork 1
¿(me:)
kareman edited this page Aug 23, 2020
·
5 revisions
Tries the preceding pattern, and continues even if it fails.
@inlinable public postfix func ¿<P: Pattern>(me: P) -> RepeatPattern<P>
Note: in standard PEG this operator is `?`, but that is not allowed in Swift.
Tries the preceding pattern, and continues even if it fails.
@inlinable public postfix func ¿<Input>(me: Literal<Input>) -> RepeatPattern<Literal<Input>>
Note: in standard PEG this operator is `?`, but that is not allowed in Swift.
Generated at 2020-08-23T12:56:49+0000 using swift-doc 1.0.0-beta.3.