Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + const false + const iota + const true + var nil Type + func append(slice []Type, elems ...Type) []Type + func cap(v Type) int + func close(c chan<- Type) + func complex(r, i FloatType) ComplexType + func copy(dst, src []Type) int + func delete(m map[Type]Type1, key Type) + func imag(c ComplexType) FloatType + func len(v Type) int + func make(t Type, size ...IntegerType) Type + func new(Type) *Type + func panic(v any) + func print(args ...Type) + func println(args ...Type) + func real(c ComplexType) FloatType + func recover() any + type ComplexType complex64 + type FloatType float32 + type IntegerType int + type Type int + type Type1 int + type any = interface + type bool bool + type byte = uint8 + type comparable interface + type complex128 complex128 + type complex64 complex64 + type error interface + Error func() string + type float32 float32 + type float64 float64 + type int int + type int16 int16 + type int32 int32 + type int64 int64 + type int8 int8 + type rune = int32 + type string string + type uint uint + type uint16 uint16 + type uint32 uint32 + type uint64 uint64 + type uint8 uint8 + type uintptr uintptr