Documentation
¶
Index ¶
- func Bool(b ...bool) []bool
- func Byte(b ...byte) []byte
- func Complex128(c ...complex128) []complex128
- func Complex64(c ...complex64) []complex64
- func Error(e ...error) []error
- func Float(f ...float64) []float64
- func Float32(f ...float32) []float32
- func Float64(f ...float64) []float64
- func Int(i ...int) []int
- func Int16(i ...int16) []int16
- func Int32(i ...int32) []int32
- func Int64(i ...int64) []int64
- func Int8(i ...int8) []int8
- func Interface(u ...interface{}) []interface{}
- func Rune(r ...rune) []rune
- func String(s ...string) []string
- func Uint(u ...uint) []uint
- func Uint16(u ...uint16) []uint16
- func Uint32(u ...uint32) []uint32
- func Uint64(u ...uint64) []uint64
- func Uint8(u ...uint8) []uint8
- func Uintptr(u ...uintptr) []uintptr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Complex128 ¶
func Complex128(c ...complex128) []complex128
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.