bool

Report an issue View source Nightly · 7.2 · 7.1 · 7.0 · 6.5 · 6.4

A type to represent booleans. There are only two possible values: True and False. Any value can be converted to a boolean using the bool function.