Documentation
¶
Overview ¶
Package bools provides functions and interfaces for interacting with bool values.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolSetter ¶
type BoolSetter interface {
Booler
// SetBool sets the value from the
// boolean representation of the value
SetBool(val bool)
}
A BoolSetter is a Booler that can also set its value from a bool value
Click to show internal directories.
Click to hide internal directories.