Documentation ¶
Index ¶
Constants ¶
View Source
const False = Bool(false)
View Source
const True = Bool(true)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GreaterThan ¶
type GreaterThan struct {
Left, Right Node
}
func (GreaterThan) LeftRight ¶
func (n GreaterThan) LeftRight() (Node, Node)
func (GreaterThan) String ¶
func (n GreaterThan) String() string
func (GreaterThan) Transform ¶
func (n GreaterThan) Transform(cb Cb) Node
Click to show internal directories.
Click to hide internal directories.