Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Int for all intX types Int = BKind(reflect.Int) // Uint for all uintX types Uint = BKind(reflect.Uint) Float = BKind(reflect.Float32) Array = BKind(reflect.Array) // Complex for all complexX types Complex = BKind(reflect.Complex64) )
base kinds
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BKind ¶
type BKind uint
BKind base data kind type
func ToBaseKind ¶
ToBaseKind convert reflect.Kind to base kind
Click to show internal directories.
Click to hide internal directories.