[[["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-12-06 UTC."],[[["`Array.gt()` is an element-wise comparison that returns 1 if the left-hand value is strictly greater than the right-hand value, and 0 otherwise."],["Both the left (`this`) and right (`right`) inputs must be Arrays."],["The output is an Array with the same dimensions as the inputs, containing the results of the element-wise comparisons."],["If either input is an empty array, the output is an empty array."]]],[]]