logic

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrAssumptionViolation is a marker error that signals an unsatisfied assumption.
	ErrAssumptionViolation = errors.New("assumption violation")
)

Functions

func Truthy

func Truthy(val interface{}) bool

Truthy returns the truthiness value of an arbitary value. The nil interface and zero values are always falsy. Empty slices and maps are falsy as well, even if they are non-nil. All other values are truthy.

Types

This section is empty.

Jump to

Keyboard shortcuts

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