Bitmap.andNot

Computes the difference of this bitmap and b; that is returns the elements of this that are not in b.

class Bitmap
const
andNot
(
const Bitmap b
)

Meta