package
0.49.11
Repository: https://github.com/zerogo-hub/zero-helper.git
Documentation: pkg.go.dev

# Functions

F2 返回 num 对应的 2的n次方 2 -> 2, 2^0 3 -> 4, 2^2 4 -> 4, 2^2 5 -> 8, 2^3.
ToUint64 从字符串中计算出一个数字.