*(_:)

public postfix func *<T, R>(lhs: Parser<T, R>) -> Parser<T, [R]>

Convenience oeprator for rep operation. (repetitive parsing.

  • T

    Declaration

    Swift

    public postfix func *<T, R>(lhs: Parser<T, R>) -> Parser<T, [R]>