Class Boolean
A Boolean value.
This is a self-binding convenience wrapper for boolean
.
Import path
import semmle.go.Util
Direct supertypes
Inherited predicates
booleanAnd | Returns the boolean and of the receiver and the argument | from boolean |
booleanNot | Returns the negation of the receiver | from boolean |
booleanOr | Returns the boolean or of the receiver and the argument | from boolean |
booleanXor | Returns the boolean exclusive or of the receiver and the argument | from boolean |
toString | Returns either “true” or “false” | from boolean |