+(_:)

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

Convenience operator for atLeastOnce operation.

  • T

    Declaration

    Swift

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