Versions in this module Expand all Collapse all v0 v0.1.0 May 18, 2023 v0.0.4 Nov 15, 2021 v0.0.3 Nov 15, 2021 Changes in this version + func Aggregate(values []int, method Aggregation) int + func Avg(values []int) int + func Max(values []int) int + func Min(values []int) int + type Aggregation int + const AggregateAverage + const AggregateMax + const AggregateMin