Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SymbolType ¶
Types ¶
type Symbol ¶
type Symbol interface { ~int | ~int8 | ~int16 | ~int32 | ~int64 | ~uint | ~uint8 | ~uint16 | ~uint32 | ~uint64 | ~uintptr | ~float32 | ~float64 }
A Symbol is any numeric type. Typically, the Symbol type is a [byte], but this library will work with Strings with other Symbol types as well.
Click to show internal directories.
Click to hide internal directories.