You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently each bit is stored as a _Bool type, which takes a whole byte. It's necessary to rewrite the entire boolean implementation to use binary operations to actually operate on individual bits.