[[["이해하기 쉬움","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(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."]]],[]]