Documentation
¶
Index ¶
Constants ¶
View Source
const ( KInvalid kind = iota KBool KInt KInt8 KInt16 KInt32 KInt64 KUint KUint8 KUint16 KUint32 KUint64 KUintptr KFloat32 KFloat64 KComplex64 KComplex128 KArray KChan KFunc KInterface KMap KPointer KSlice KString KStruct KUnsafePtr // TinyString specific types - separate values to avoid conflicts KSlice // String slice type (separate from KSlice) KPointer // String pointer type (separate from KPointer) KErr // Error type (separate from KInvalid) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.