Documentation
¶
Index ¶
- func Arraycopy(src []types.Int, srcPos types.Int, dest []types.Int, destPos, length types.Int)
- func ByteToInt(val []byte) (ret []types.Int)
- func BytesToStr(b []byte) string
- func Copy(original []types.Int, length types.Int) []types.Int
- func CopyRange(original []types.Int, from, to types.Int) []types.Int
- func CopyRangePosLen(src []types.Int, srcPos types.Int, dest []types.Int, destPos, length types.Int)
- func Digit(a uint8, radix uint8) types.Int
- func Fill(a []types.Int, fromIndex, toIndex, val types.Int)
- func IntEqual(a, b []types.Int) bool
- func MaxInt(a, b types.Int) types.Int
- func MaxLong(a, b types.Long) types.Long
- func MinInt(a, b types.Int) types.Int
- func MinLong(a, b types.Long) types.Long
- func StrToBytes(str string) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToStr ¶
func CopyRangePosLen ¶
func StrToBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.