Home Manual Reference Source

src/and64.js

export const and64 = (a, b) => [a[0] & b[0], a[1] & b[1]];