boolean

package
v1.0.21 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AND

func AND(a bool, b bool, c ...bool) bool

AND return a&b&c...

func BoolFunc

func BoolFunc(a bool, b bool, f func(a, b bool) bool, c ...bool) bool

func OR

func OR(a bool, b bool, c ...bool) bool

OR return a|b|c...

func RelationFunc

func RelationFunc(a, b interface{}, f func(a, b interface{}) interface{}, c ...interface{}) interface{}

func XNOR

func XNOR(a bool, b bool, c ...bool) bool

XNOR return a xnor b xnor c...

func XOR

func XOR(a bool, b bool, c ...bool) bool

XOR return a^b^c...

Types

This section is empty.

Jump to

Keyboard shortcuts

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