Documentation ¶
Index ¶
- func Assert(cond bool, msg string)
- func FindUInt64s(a []uint64, x uint64) int
- func FormatFloat64(v float64) string
- func InInts(v int, a []int) bool
- func InSortedStrings(v string, a []string) bool
- func InStrings(v string, a []string) bool
- func MaxUInt64(a, b uint64) uint64
- func Mean(values []float64) float64
- func MinUInt64(a, b uint64) uint64
- func NanoTick() uint64
- func NewIncrementStd() *_IncrementStd
- func PanicTrace(kb int) []byte
- func Production(args ...[]float64) [][]float64
- func ProductionString(args ...[]string) [][]string
- func Round(val float64, places int) float64
- func SearchUInt64s(a []uint64, x uint64) int
- func Std(values []float64) float64
- func Sum(values []float64) float64
- func Tick() uint64
- func TrimFloatStringZero(s string) string
- func UnreachableCode()
- func UnzipFile(fileName string, outputDir string) error
- func ZlibCompress(src []byte) []byte
- func ZlibUnCompress(compressSrc []byte) ([]byte, error)
- type RingBuffer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindUInt64s ¶
func FormatFloat64 ¶
func InSortedStrings ¶
func NewIncrementStd ¶
func NewIncrementStd() *_IncrementStd
func PanicTrace ¶
func Production ¶
func ProductionString ¶
func SearchUInt64s ¶
func TrimFloatStringZero ¶
func UnreachableCode ¶
func UnreachableCode()
Types ¶
type RingBuffer ¶
func NewRingBuffer ¶
func NewRingBuffer(size int) *RingBuffer
func (*RingBuffer) Append ¶
func (this *RingBuffer) Append(v interface{})
func (*RingBuffer) Clone ¶
func (this *RingBuffer) Clone() *RingBuffer
func (*RingBuffer) Get ¶
func (this *RingBuffer) Get(index int) interface{}
func (*RingBuffer) GetLength ¶
func (this *RingBuffer) GetLength() int
Source Files ¶
Click to show internal directories.
Click to hide internal directories.