[[["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."],[[["`Array.bitwiseNot()` calculates the bitwise NOT of each element in an input array, using the smallest signed integer type that can accommodate the input values."],["The function returns a new array containing the results of the bitwise NOT operation on each corresponding element of the input array."],["The bitwise NOT operation inverts the bits of each element, essentially changing 0s to 1s and 1s to 0s within the binary representation of the numbers."],["This operation is performed on an element-by-element basis, meaning that the bitwise NOT is applied individually to each value within the input array."],["If the input array is empty, an empty array will be returned."]]],[]]