blob: 011b89514d8e9d60116aee28702df62980a8795f [file]
<html devsite>
<head>
<meta name="project_path" value="/_project.yaml">
<meta name="book_path" value="/versions/7.1.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.1.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 %} -->