Skip to content
kareman edited this page Jul 6, 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 *(me: Literal) -> RepeatPattern<Literal>

Clone this wiki locally