Boolean

Overview

A Boolean represents a value which can be either True or False and is typically produced by relational, equality or logical operators.

Statics

.from

fn (value: Any) -> Boolean

Creates a Boolean from a given value.

.parse

fn (input: String, case?: Boolean) -> Boolean

Parses an input as an, optionally case-insensitive, boolean literal.

On this page