Takes an array of bits and returns true only if all of those bits are true.
If at least one of the bits are false, then false is returned.
If no bit is false and least one of them is null, then null is returned.
If the array is empty, then true is returned.