Versions in this module Expand all Collapse all v0 v0.2.0 Aug 28, 2026 v0.1.0 May 12, 2026 Changes in this version + func Count() monoid.Monoid[int64] + func First[V any]() monoid.Monoid[Stamped[V]] + func Last[V any]() monoid.Monoid[Stamped[V]] + func Max[V cmp.Ordered]() monoid.Monoid[Bounded[V]] + func Min[V cmp.Ordered]() monoid.Monoid[Bounded[V]] + func Monotonic[V cmp.Ordered](identity V) monoid.Monoid[V] + func Set[V comparable]() monoid.Monoid[map[V]struct{}] + func Sum[V Numeric]() monoid.Monoid[V] + type Bounded struct + Set bool + Value V + func NewBounded[V any](v V) Bounded[V] + type Numeric interface + type Stamped struct + Set bool + Time int64 + Value V