Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TopList ¶
type TopList[T constraints.Ordered] struct { MaxSize int Values []T }
func NewTopList ¶
func NewTopList[T constraints.Ordered](size int) *TopList[T]
Click to show internal directories.
Click to hide internal directories.