Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Checkerr2Exit ¶ added in v1.55.0
func Checkerr2Raise ¶ added in v1.55.0
The equivalent of !!! operator in Go2
Types ¶
type KeyedTable ¶
type KeyedTable[T comparable] map[T]func() int // -1 break/complete
func (KeyedTable[T]) Sequence ¶
func (t KeyedTable[T]) Sequence(keys ...T)
func (KeyedTable[T]) Switch ¶
func (t KeyedTable[T]) Switch(primary, default_ T)
Click to show internal directories.
Click to hide internal directories.