package
Version:
v1.6.4
Opens a new window with list of versions in this module.
Published: May 10, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Join 使用指定分隔符 sep 连接 []number
func ParseFloat[T floatnumber](val any) (result T)
ParseFloat 把 any 解析成指定的 float number 类型
T 直接返回
数字类型,先转成字符串,再使用 strconv 转换
字符串,使用 strconv 转换
其他,返回 0
func ParseInt[T intnumber](val any) (result T)
ParseInt 把 any 解析成指定的 int number 类型
T 直接返回
数字类型,先转成字符串,再使用 strconv 转换
字符串,使用 strconv 转换
其他,返回 0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.