xtruth

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package xtruth provides 3-valued T/F/X logic.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type T

type T int
const (
	False T = iota
	True
	X
)

func (T) And

func (t T) And(o T) T

func (T) Not

func (t T) Not() T

func (T) Or

func (t T) Or(o T) T

func (T) String

func (t T) String() string

Jump to

Keyboard shortcuts

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