Unify binary literal prefix and Binary formatting trait

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.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.