Documentation
¶
Overview ¶
Package cond defines conditions for statements of the yack language.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShowOnceEver ¶
type ShowOnceEver struct{}
func (*ShowOnceEver) IsFulfilled ¶
func (c *ShowOnceEver) IsFulfilled(ctx Context) bool
func (*ShowOnceEver) String ¶
func (c *ShowOnceEver) String() string
Click to show internal directories.
Click to hide internal directories.