The prefix for binary literals is 0b
, but we use {:t}
for the Binary formatting trait.
{:b}
is currently used for the Bool formatting trait. There is no apparent reason for this trait to exist because how else, if not with true or false are we going to represent a bool?
So I’m proposing that {:b}
refer to the Binary formatting trait.