logicsymbol

package
v2.3.5 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogicSymbol

type LogicSymbol string

LogicSymbol define logic operators

const (
	// And logic
	And LogicSymbol = "and"
	// Or logic
	Or LogicSymbol = "or"
	// Append logic
	Append LogicSymbol = " "
	// End is similar with Append except that End does not add parentheses
	End LogicSymbol = ""
)

Jump to

Keyboard shortcuts

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