Versions in this module Expand all Collapse all v0 v0.1.1 May 22, 2023 v0.1.0 Mar 29, 2023 Changes in this version + func Reversed(s interface{}) + type ComparableHash interface + Hash func() uintptr + type ImpossibleConstraint interface + type Integer interface + type Number interface + type Ordered interface + type PyUVarInt struct + Value uint64 + func (pv *PyUVarInt) Build() []byte + func (pv *PyUVarInt) GetBytes() []byte + func (pv *PyUVarInt) Parse(data []byte) (uint64, int) + type PyVarInt struct + Value int64 + func (pv *PyVarInt) Build() []byte + func (pv *PyVarInt) GetBytes() []byte + func (pv *PyVarInt) Parse(data []byte) (int64, int) + type VarIntArray struct + func MakeVarIntArray(len, cap int) *VarIntArray + func (a *VarIntArray) Append(element int) + func (a *VarIntArray) AppendMany(element ...int) + func (a *VarIntArray) Cap() int + func (a *VarIntArray) Get(index int) int + func (a *VarIntArray) Len() int + type VarIntIface interface + Build func() []byte + GetBytes func() []byte