| <html devsite> |
| <head> |
| <meta name="project_path" value="/_project.yaml"> |
| <meta name="book_path" value="/versions/7.2.0/_book.yaml"> |
| </head> |
| <body> |
| |
| <h1 class="page-title" id="modules.bool">bool</h1> |
| |
| {% dynamic setvar source_file "src/main/java/net/starlark/java/eval/MethodLibrary.java" %} |
| {% dynamic setvar version "7.2.0" %} |
| {% dynamic setvar original_path "/rules/lib/core/bool" %} |
| {% include "_buttons.html" %} |
| <!-- {% raw %} --> |
| |
| A type to represent booleans. There are only two possible values: True and False. Any value can be converted to a boolean using the <a href="../globals/all.html#bool">bool</a> function. |
| |
| |
| |
| </body> |
| </html> |
| |
| <!-- {% endraw %} --> |