SPHPlayground API
SPHPlayground
sphplayground sphplayground

Bit manipulation with BitMask objects

A BitMask Implements an collection of bits that grows as needed. The bits of a BitMask are indexed by nonnegative integers. Individual indexed bits can be examined, set, or cleared. Additionally one BitMask may be used to modify the contents of another BitMask through the implemented logical AND, logical inclusive OR, and logical exclusive OR operations.

Synopsis

class BitMask