Does this make sense, and/or is it desirable? ```python b = np.iinfo(np.bool_) assert(b.min == 0) assert(b.max == 1) assert(b.bits == ???) ```