Skip to content
kareman edited this page Aug 13, 2020 · 3 revisions

*(me:​)

Repeats the preceding pattern 0 or more times.

@inlinable public postfix func *<P:​ Pattern>(me:​ P) -> RepeatPattern<P>

*(me:​)

Repeats the preceding pattern 0 or more times.

@inlinable public postfix func *<Input>(me:​ Literal<Input>) -> RepeatPattern<Literal<Input>>

Clone this wiki locally