xorBuf

XOR arrays. Postcondition outputi = inputi ^ in2i forall i = 0...length

Parameters

output T*

the output buffer

input const(T)*

the first input buffer

input2 const(T)*

the second output buffer

length size_t

the length of the three buffers

Meta