Documentation
¶
Index ¶
- func AssignValueToReflect(to, from reflect.Value) error
- func IsInRune(a rune, bs []rune) bool
- func Min(a, b int) int
- func ToBool(v interface{}) (bool, error)
- func ToComplex128(v interface{}) (complex128, error)
- func ToComplex64(v interface{}) (complex64, error)
- func ToFloat32(v interface{}) (float32, error)
- func ToFloat64(v interface{}) (float64, error)
- func ToInt(v interface{}) (int, error)
- func ToInt16(v interface{}) (int16, error)
- func ToInt32(v interface{}) (int32, error)
- func ToInt64(v interface{}) (int64, error)
- func ToInt8(v interface{}) (int8, error)
- func ToString(v interface{}) (string, error)
- func ToUint(v interface{}) (uint, error)
- func ToUint16(v interface{}) (uint16, error)
- func ToUint32(v interface{}) (uint32, error)
- func ToUint64(v interface{}) (uint64, error)
- func ToUint8(v interface{}) (uint8, error)
- func ToUintptr(v interface{}) (uintptr, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssignValueToReflect ¶ added in v0.6.0
func ToComplex128 ¶ added in v0.6.0
func ToComplex128(v interface{}) (complex128, error)
func ToComplex64 ¶ added in v0.6.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.