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, alloy prints "0" / "1" for false / true, which is quite unintuitive.
After #52 is implemented, the std::formatter counterpart will print "false" / "true" by default, so we should change operator<< to match that behavior anyway.