Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketType ¶
type BucketType interface { ~string | ~int | ~int64 constraints.Ordered }
type Histogram ¶
type Histogram[T BucketType] struct { // contains filtered or unexported fields }
func New ¶
func New[T BucketType](title string) *Histogram[T]
Click to show internal directories.
Click to hide internal directories.