fn bitAnd(r: *Managed, a: *const Managed, b: *const Managed) !void

r = a & b

Parameters

r: *Managed,
a: *const Managed,
b: *const Managed,