Parses an array of values iteratively.
This is useful for very large arrays, because Zod will keep the entire array in memory.
The Zod schema to parse the array with.
The array of values to parse.
The parsed array.
Parses an array of values iteratively.
This is useful for very large arrays, because Zod will keep the entire array in memory.