Documentation ¶
Index ¶
Constants ¶
View Source
const (
Nil = "nil"
)
Variables ¶
This section is empty.
Functions ¶
func IntValue ¶
IntValue returns the integer value of value
- hasValue is true and u64 is initialized for any integer, pointer or nil
- for signed integer types, isSigned is true and i64 has value
- isPointer indicates that u64 holds a pointer value
- nil returns: u64 = 0, hasValue true, isPointer true, isSigned false
func PredeclaredType ¶
PredeclaredType returns a string describing the underlying type of value
- examples: "bool" "uint8" "int(64)"
- no named types or type aliases
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.