//
pkg.gl
Category
github.com/searKing/golang
go
boolean
package
0.1.158
Repository:
https://github.com/searking/golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
46 SLOC
#
Functions
AND
AND return a&b&c...
BoolFunc
No description provided by the author
OR
OR return a|b|c...
RelationFunc
No description provided by the author
XNOR
XNOR return a xnor b xnor c...
XOR
XOR return a^b^c...