Function and

  • Runs all the given parsers. If they all succeed, returns their results as an array. Otherwise fails. Consumes no input.

    Type Parameters

    Parameters

    • Rest ...parsers: T

      parsers to try

    Returns PickParserType<T>

    • An array of results, or a failure.

Generated using TypeDoc