Documentation
¶
Index ¶
- func IsPrimitive[T any]() bool
- type Bool
- type Byte
- type ByteSeq
- type Chan
- type Char
- type Complex
- type Complex32
- type Complex64
- type Float
- type Float32
- type Float64
- type Int
- type Int16
- type Int32
- type Int64
- type Int8
- type Integer
- type Map
- type Numberdeprecated
- type Numeric
- type Ordered
- type Primitive
- type Signed
- type Slice
- type String
- type Uint
- type Uint16
- type Uint32
- type Uint64
- type Uint8
- type Unit
- type Unsigned
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPrimitive ¶
Types ¶
type Complex ¶
type Complex interface{ ~complex64 | ~complex128 }
type Complex64 ¶
type Complex64 complex128
type Map ¶
type Map[K comparable, V any] map[K]V
Click to show internal directories.
Click to hide internal directories.