Consider the i-th column of a binary matrix is denoted with matrix[i]
. Let D
be the number of columns of the matrix.
My question: What is the result of the following code. In fact, I can't understand the role of the 1llu
expression.
matrix[i]^((1llu << D)-1)