Documentation ¶ Index ¶ func First[T any]() consumer.Opt[T, T] func Last[T any]() consumer.Opt[T, T] func Max[T constraints.Ordered]() consumer.Opt[T, T] func Min[T constraints.Ordered]() consumer.Opt[T, T] func Nth[T any](n int) consumer.Opt[T, T] func Reduce1[T any](f func(T, T) T) consumer.Opt[T, T] Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func First ¶ func First[T any]() consumer.Opt[T, T] func Last ¶ func Last[T any]() consumer.Opt[T, T] func Max ¶ func Max[T constraints.Ordered]() consumer.Opt[T, T] func Min ¶ func Min[T constraints.Ordered]() consumer.Opt[T, T] func Nth ¶ func Nth[T any](n int) consumer.Opt[T, T] func Reduce1 ¶ func Reduce1[T any](f func(T, T) T) consumer.Opt[T, T] Types ¶ This section is empty. Source Files ¶ View all Source files first.go last.go max.go min.go nth.go reduce1.go Click to show internal directories. Click to hide internal directories.