package
0.4.1
Repository: https://github.com/thinkgos/x.git
Documentation: pkg.go.dev

# Functions

Int16Slice returns a slice of int16.
Int32Slice returns a slice of int32.
Int64Slice returns a slice of int64.
Int8Slice returns a slice of int8.
IntSlice returns a slice of int.
KeysIntOfMap 获取map m的key的切片,要求m为map且key为数值 (int,int8,int16,int32,int64,uint,uint8,uint16,uint32,uint64).
KeysOfMap 获取map m的key的切片,要求m为map且key为字符串(string).
NewSlice returns a new *Slice with the slice s.
ParseValue parses the URL-encoded query string and returns a map listing the values specified for each key.
StructsInt64Slice returns a slice of int64.
StructsIntSlice returns a slice of int.
StructStringSlice returns a slice of int64.
StructsUint64Slice returns a slice of int64.
StructsUintSlice returns a slice of int.
Uint16Slice returns a slice of uint16.
Uint32Slice returns a slice of uint32.
Uint64Slice returns a slice of uint64.
Uint8Slice returns a slice of uint8.
UintSlice returns a slice of uint.

# Structs

Slice hold a slice reflect.value.

# Type aliases

Values maps a string key to a list of values.