Module starlark::values::bool

source ·
Expand description

The boolean type (False and True).

Can be created with new_bool and unwrapped with unpack_bool. Unlike most Starlark values, these aren’t actually represented on the Heap, but as special values.

Constants§

  • The result of calling type() on booleans.