//
pkg.gl
Category
github.com/zerogo-hub/zero-helper
utils
package
0.49.11
Repository:
https://github.com/zerogo-hub/zero-helper.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
3
Files
24 SLOC
#
Functions
F2
F2 返回 num 对应的 2的n次方 2 -> 2, 2^0 3 -> 4, 2^2 4 -> 4, 2^2 5 -> 8, 2^3.
ToUint64
ToUint64 从字符串中计算出一个数字.