[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Creates a reducer that accumulates its inputs into a list, optionally grouping them into tuples of a specified size."],["The reducer can handle a single input or multiple inputs based on the `tupleSize` parameter, with `null` indicating a single input and any integer representing the tuple size."],["Inputs can be designated as optional using the `numOptional` parameter, allowing the reducer to process tuples even if some optional inputs are missing."]]],[]]