Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConstUntypedRune = 'a' ConstRune rune = 'a' )
View Source
const ( ConstUntypedInt = 1 ConstInt int = 1 ConstInt64 int64 = 1 ConstUint uint = 1 ConstUint64 uint64 = 1 )
View Source
const ( ConstUntypedFloat = 1. ConstFloat32 float32 = 1. ConstFloat64 float64 = 1. )
View Source
const ( ConstUntypedComplex = (1 + 1i) ConstComplex64 complex64 = (1 + 1i) ConstComplex128 complex128 = (1 + 1i) )
View Source
const ( ConstUntypedString = "string" ConstString string = "string" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Complex128 ¶
type Complex128 complex128
Click to show internal directories.
Click to hide internal directories.