[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["`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."]]],[]]