Versions in this module Expand all Collapse all v0 v0.0.1 Aug 10, 2024 Changes in this version + type Float64Funcs struct + var Float64 Float64Funcs + func (f Float64Funcs) Sum(a *array.Float64) float64 + type Int64Funcs struct + var Int64 Int64Funcs + func (f Int64Funcs) Sum(a *array.Int64) int64 + type Uint64Funcs struct + var Uint64 Uint64Funcs + func (f Uint64Funcs) Sum(a *array.Uint64) uint64