Function exactly

  • Applies the source parser exactly count times, and yields all the results in an array.

    Parameters

    • count: number

      The number of times to apply the source parser.

    Returns (<T>(source) => Exactly<T>)