package
0.1.0-furyx
Repository: https://github.com/playerfury/furyx.git
Documentation: pkg.go.dev

# Functions

Int32FromBytes converts some fixed length bytes back into a int32.
Int32ToBytes converts a int32 into fixed length bytes for use in store keys.
Int64FromBytes converts some fixed length bytes back into a int64.
Int64ToBytes converts a int64 into fixed length bytes for use in store keys.
IsValidUID validates if a uid is in correct format.
No description provided by the author
PopStrAtIndex pops an string item from string slice by index.
RemoveDuplicateStrs returns input array without duplicates.
RemoveStr removes an item from string slice.
StrBytes returns []byte form of its input string.
Uint64FromBytes converts some fixed length bytes back into a uint64.
Uint64ToBytes converts a uint64 into fixed length bytes for use in store keys.