PreviousUpNext

13.2.3  bool

The standard library bool package implements the basic Bool value facility.

The implementation is fairly skeletal because Boolean values and functions are so critical that much Boolean functionality is implemented in core bootstrap packages.

The bool package implements the Bool API.

The bool package source code is in src/lib/std/src/bool.pkg.

The above information is manually maintained and may contain errors.

Bool

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext