logical

package
v0.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PackageProps = packageprops.Props{
	WASMWASI:         packageprops.WASMCompiles,
	WASMJS:           packageprops.WASMCompiles,
	WASMFreestanding: packageprops.WASMCompiles,
}

PackageProps records this package's curated properties (ADR-0080). Seeded by `boxer code analysis golang wasmsurvey props generate`; curate by hand. The same group's `props verify` reconciles it.

Functions

This section is empty.

Types

type TristateE

type TristateE int8
const (
	TristateFalse TristateE = -1
	TristateNil   TristateE = 0
	TristateTrue  TristateE = 1
)

func TristateFromBool

func TristateFromBool(b bool) TristateE

func (TristateE) IsFalse

func (inst TristateE) IsFalse() bool

func (TristateE) IsNil

func (inst TristateE) IsNil() bool

func (TristateE) IsTrue

func (inst TristateE) IsTrue() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL