Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CappedArray ¶
type CappedArray struct {
// contains filtered or unexported fields
}
func New ¶
func New(maxSize int) *CappedArray
func (*CappedArray) MinValue ¶
func (ca *CappedArray) MinValue() uint64
func (*CappedArray) Push ¶
func (ca *CappedArray) Push(v uint64) bool
Click to show internal directories.
Click to hide internal directories.