### What should we add? I.e., a Numpy array of bools. Recipe courtesy of @ihincks: ```python np.unpackbits(bit_array.array, axis=-1)[...,-bit_array.num_bits:] ```