Documentation ¶
Index ¶
- Variables
- func Crc16(data []byte) uint16
- func Crc16String(data string) uint16
- func Crc32String(data string) uint32
- func GetOrderedKeys[M ~map[K]V, K constraints.Ordered, V any](m M) []K
- func HumanFriendlyCoinsRepr(amount int64) string
- func MethodIdFromName(methodName string) int
- func ToCamelCase(s string) string
- func ToCamelCasePrivate(s string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var TABLE = []uint16{}/* 256 elements not displayed */
Functions ¶
func Crc16String ¶
func Crc32String ¶ added in v1.4.0
Crc32String returns a crc32 checksum of a string. Crc32String(value) returns the same uint32 as FunC's "<value>"c string literal.
func GetOrderedKeys ¶ added in v1.0.1
func GetOrderedKeys[M ~map[K]V, K constraints.Ordered, V any](m M) []K
func HumanFriendlyCoinsRepr ¶ added in v1.0.15
func MethodIdFromName ¶ added in v1.0.1
func ToCamelCase ¶ added in v1.0.1
func ToCamelCasePrivate ¶ added in v1.0.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.