# Functions
BytesToString converts byte slice to a string without memory allocation.
CutLast 移除最后 n 个字符.
CutString 以 sep 作为分隔符切割字符串.
FirstWord 开始 n 个字符.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HasBytes 数组中是否有 bytes.
Interface returns v's current value as an interface{}.
InterfaceToArray 接口转数组.
No description provided by the author
InterfaceToBytes 接口转字节码.
No description provided by the author
InterfaceToFloat64Array 接口转 float64 数组.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InterfaceToInt64Array 接口转int64数组.
No description provided by the author
InterfaceToMap 接口转 map.
InterfaceToString 接口转字符串.
InterfaceToStringArray 接口转字符串数组.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InterfaceToUint64Array 接口转 uint64 数组.
No description provided by the author
IsArray 判断是否 Array 或 Slice.
IsEmptyValue 是否空值.
IsNil 判断变量是否为 nil.
No description provided by the author
No description provided by the author
LastWord 末尾 n 个字符.
QuickRemoveLFCR 去掉 \r(回车)、\n(换行).
QuickReplaceLFCR 替换 \r(回车)、\n(换行) 为字符串 `\r`、`\n`.
QuickReplaceLFCR2Space 替换 \r(回车)、\n(换行) 为空格.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StringToBytes converts string to a byte slice without memory allocation.
# Type aliases
No description provided by the author