[[["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."],[[["This function transforms the elements of an input array into unsigned 16-bit integers."],["It operates on each element individually, ensuring every value is converted."],["The function returns a new array containing the converted values, maintaining the original array's structure."],["It accepts one argument, the input array, which can hold any data type."]]],["The `Array.uint16()` function casts each element of an input array to an unsigned 16-bit integer. It operates element-wise, transforming each value within the input array. The function accepts a single argument, which is the input array itself. The function returns a new array containing the converted unsigned 16-bit integers.\n"]]